| 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(File svgFile)
Creates a SVG renderer from a file.
|
static BatikRenderer |
BatikRenderer.getInstance(InputStream svgDataStream)
Creates a SVG renderer from a data stream.
|
static BatikRenderer |
BatikRenderer.getInstance(URL svgURL)
Creates a SVG renderer from a
URL. |
static BatikRenderer |
BatikRenderer.getInstanceFromLocation(JasperReportsContext jasperReportsContext,
String location)
Creates a SVG renderer by loading data from a generic location.
|
static BatikRenderer |
BatikRenderer.getInstanceFromLocation(String location)
Deprecated.
|
static BatikRenderer |
BatikRenderer.getInstanceFromText(String svgText)
Creates a SVG renderer from SVG text.
|
static BatikRenderer |
BatikRenderer.getLocationInstance(String location)
Creates a lazily loaded SVG renderer for a location.
|
Copyright © 2016. All rights reserved.