public interface JRRenderable
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static byte |
IMAGE_TYPE_GIF
A constant used for specifying that the image is of GIF type
|
static byte |
IMAGE_TYPE_JPEG
A constant used for specifying that the image is of the JPEG type
|
static byte |
IMAGE_TYPE_PNG
A constant used for specifying that the image is of the PNG type
|
static byte |
IMAGE_TYPE_TIFF
A constant used for specifying that the image is of the TIFF type
|
static byte |
IMAGE_TYPE_UNKNOWN
A constant used for specifying that the image is of unknown type
|
static java.lang.String |
MIME_TYPE_GIF
image mime type constants
|
static java.lang.String |
MIME_TYPE_JPEG |
static java.lang.String |
MIME_TYPE_PNG |
static java.lang.String |
MIME_TYPE_TIFF |
static byte |
TYPE_IMAGE |
static byte |
TYPE_SVG |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Dimension2D |
getDimension() |
java.lang.String |
getId() |
byte[] |
getImageData() |
byte |
getImageType() |
byte |
getType() |
void |
render(java.awt.Graphics2D grx,
java.awt.geom.Rectangle2D rectangle) |
static final byte TYPE_IMAGE
static final byte TYPE_SVG
static final byte IMAGE_TYPE_UNKNOWN
static final byte IMAGE_TYPE_GIF
static final byte IMAGE_TYPE_JPEG
static final byte IMAGE_TYPE_PNG
static final byte IMAGE_TYPE_TIFF
static final java.lang.String MIME_TYPE_GIF
static final java.lang.String MIME_TYPE_JPEG
static final java.lang.String MIME_TYPE_PNG
static final java.lang.String MIME_TYPE_TIFF
java.lang.String getId()
byte getType()
byte getImageType()
java.awt.geom.Dimension2D getDimension() throws JRException
JRException
byte[] getImageData() throws JRException
JRException
void render(java.awt.Graphics2D grx, java.awt.geom.Rectangle2D rectangle) throws JRException
JRException
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com