public static class JRVirtualPrintPage.JRIdHolderRenderer extends Object implements Renderable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
PROPERTY_IMAGE_DPIIMAGE_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| Constructor and Description |
|---|
JRVirtualPrintPage.JRIdHolderRenderer(Renderable renderer) |
| Modifier and Type | Method and Description |
|---|---|
Dimension2D |
getDimension() |
Dimension2D |
getDimension(JasperReportsContext jasperReportsContext) |
String |
getId() |
byte[] |
getImageData() |
byte[] |
getImageData(JasperReportsContext jasperReportsContext) |
byte |
getImageType() |
ImageTypeEnum |
getImageTypeValue() |
byte |
getType() |
RenderableTypeEnum |
getTypeValue() |
void |
render(Graphics2D grx,
Rectangle2D rectanle) |
void |
render(JasperReportsContext jasperReportsContext,
Graphics2D grx,
Rectangle2D rectanle) |
protected final String id
public JRVirtualPrintPage.JRIdHolderRenderer(Renderable renderer)
public String getId()
getId in interface JRRenderablegetId in interface Renderablepublic byte getType()
getType in interface JRRenderablepublic byte getImageType()
getImageType in interface JRRenderablepublic Dimension2D getDimension() throws JRException
getDimension in interface JRRenderableJRExceptionpublic byte[] getImageData()
throws JRException
getImageData in interface JRRenderableJRExceptionpublic void render(Graphics2D grx, Rectangle2D rectanle) throws JRException
render in interface JRRenderableJRExceptionpublic RenderableTypeEnum getTypeValue()
getTypeValue in interface Renderablepublic ImageTypeEnum getImageTypeValue()
getImageTypeValue in interface Renderablepublic Dimension2D getDimension(JasperReportsContext jasperReportsContext) throws JRException
getDimension in interface RenderableJRExceptionpublic byte[] getImageData(JasperReportsContext jasperReportsContext) throws JRException
getImageData in interface RenderableJRExceptionpublic void render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectanle) throws JRException
render in interface RenderableJRExceptionCopyright © 2012. All Rights Reserved.