Package | Description |
---|---|
net.sf.jasperreports.renderers |
Contains image renderer implementations.
|
Modifier and Type | Method and Description |
---|---|
static BatikRenderer |
BatikRenderer.getInstance(byte[] svgData)
Creates a SVG renderer from binary data.
|
static BatikRenderer |
BatikRenderer.getInstance(java.io.File svgFile)
Creates a SVG renderer from a file.
|
static BatikRenderer |
BatikRenderer.getInstance(java.io.InputStream svgDataStream)
Creates a SVG renderer from a data stream.
|
static BatikRenderer |
BatikRenderer.getInstance(java.net.URL svgURL)
Creates a SVG renderer from a
URL . |
static BatikRenderer |
BatikRenderer.getInstanceFromLocation(JasperReportsContext jasperReportsContext,
java.lang.String location)
Creates a SVG renderer by loading data from a generic location.
|
static BatikRenderer |
BatikRenderer.getInstanceFromLocation(java.lang.String location)
Deprecated.
|
static BatikRenderer |
BatikRenderer.getInstanceFromText(java.lang.String svgText)
Creates a SVG renderer from SVG text.
|
static BatikRenderer |
BatikRenderer.getLocationInstance(java.lang.String location)
Creates a lazily loaded SVG renderer for a location.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com