public abstract class AbstractRenderToImageDataRenderer extends AbstractRenderToImageAwareRenderer implements Graphics2DRenderable, DataRenderable, DimensionRenderable
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_MESSAGE_KEY_DIMENSION_MUST_OVERRIDE |
static String |
EXCEPTION_MESSAGE_KEY_DIMENSION_NULL_NOT_ALLOWED |
PROPERTY_IMAGE_DPI
Constructor and Description |
---|
AbstractRenderToImageDataRenderer() |
Modifier and Type | Method and Description |
---|---|
protected Color |
getBackcolor() |
byte[] |
getData(JasperReportsContext jasperReportsContext) |
Dimension2D |
getDimension(JasperReportsContext jasperReportsContext) |
createGraphics, getImageDataDPI
getId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
render
public static final String EXCEPTION_MESSAGE_KEY_DIMENSION_MUST_OVERRIDE
public static final String EXCEPTION_MESSAGE_KEY_DIMENSION_NULL_NOT_ALLOWED
public Dimension2D getDimension(JasperReportsContext jasperReportsContext) throws JRException
getDimension
in interface DimensionRenderable
JRException
public byte[] getData(JasperReportsContext jasperReportsContext) throws JRException
getData
in interface DataRenderable
JRException
protected Color getBackcolor()
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.