|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 rectanle)
|
Field Detail |
public static final byte TYPE_IMAGE
public static final byte TYPE_SVG
public static final byte IMAGE_TYPE_UNKNOWN
public static final byte IMAGE_TYPE_GIF
public static final byte IMAGE_TYPE_JPEG
public static final byte IMAGE_TYPE_PNG
public static final byte IMAGE_TYPE_TIFF
public static final java.lang.String MIME_TYPE_GIF
public static final java.lang.String MIME_TYPE_JPEG
public static final java.lang.String MIME_TYPE_PNG
public static final java.lang.String MIME_TYPE_TIFF
Method Detail |
public java.lang.String getId()
public byte getType()
public byte getImageType()
public java.awt.geom.Dimension2D getDimension() throws JRException
JRException
public byte[] getImageData() throws JRException
JRException
public void render(java.awt.Graphics2D grx, java.awt.geom.Rectangle2D rectanle) throws JRException
JRException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |