|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRRenderable
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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)
|
Field Detail |
---|
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
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |