public interface Renderable extends JRRenderable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_IMAGE_DPI
Specifies the image resolution in dots-per-inch, for the images created by the engine when rasterizing SVGs or when clipping other renderers.
|
IMAGE_TYPE_GIF, IMAGE_TYPE_JPEG, IMAGE_TYPE_PNG, IMAGE_TYPE_TIFF, IMAGE_TYPE_UNKNOWN, MIME_TYPE_GIF, MIME_TYPE_JPEG, MIME_TYPE_PNG, MIME_TYPE_TIFF, TYPE_IMAGE, TYPE_SVG| Modifier and Type | Method and Description |
|---|---|
Dimension2D |
getDimension(JasperReportsContext jasperReportsContext) |
String |
getId() |
byte[] |
getImageData(JasperReportsContext jasperReportsContext) |
ImageTypeEnum |
getImageTypeValue() |
RenderableTypeEnum |
getTypeValue() |
void |
render(JasperReportsContext jasperReportsContext,
Graphics2D grx,
Rectangle2D rectangle) |
getDimension, getImageData, getImageType, getType, renderstatic final String PROPERTY_IMAGE_DPI
String getId()
getId in interface JRRenderableRenderableTypeEnum getTypeValue()
ImageTypeEnum getImageTypeValue()
Dimension2D getDimension(JasperReportsContext jasperReportsContext) throws JRException
JRExceptionbyte[] getImageData(JasperReportsContext jasperReportsContext) throws JRException
JRExceptionvoid render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) throws JRException
JRExceptionCopyright © 2015. All rights reserved.