Renderable
public interface Renderable extends JRRenderable, Renderable
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_IMAGE_DPI
Deprecated.
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)
Deprecated.
|
byte[] |
getImageData(JasperReportsContext jasperReportsContext)
Deprecated.
Replaced by
DataRenderable.getData(JasperReportsContext) . |
ImageTypeEnum |
getImageTypeValue()
Deprecated.
Replaced by
JRTypeSniffer.getImageTypeValue(byte[]) . |
RenderableTypeEnum |
getTypeValue()
Deprecated.
Replaced by
DataRenderable and Graphics2DRenderable . |
void |
render(JasperReportsContext jasperReportsContext,
Graphics2D grx,
Rectangle2D rectangle)
Deprecated.
|
getDimension, getId, getImageData, getImageType, getType, render
getId
static final String PROPERTY_IMAGE_DPI
RenderableTypeEnum getTypeValue()
DataRenderable
and Graphics2DRenderable
.ImageTypeEnum getImageTypeValue()
JRTypeSniffer.getImageTypeValue(byte[])
.Dimension2D getDimension(JasperReportsContext jasperReportsContext) throws JRException
DimensionRenderable.getDimension(JasperReportsContext)
.JRException
byte[] getImageData(JasperReportsContext jasperReportsContext) throws JRException
DataRenderable.getData(JasperReportsContext)
.JRException
void render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) throws JRException
Graphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D)
.JRException
Copyright © 2016. All rights reserved.