| |
|
| net.sf.jasperreports.engine.JRRenderable
All known Subclasses: net.sf.jasperreports.engine.JRAbstractRenderer,
JRRenderable | public interface JRRenderable extends Serializable(Code) | | author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRRenderable.java 1229 2006-04-19 10:27:35Z teodord $ |
IMAGE_TYPE_GIF | final public static byte IMAGE_TYPE_GIF(Code) | | A constant used for specifying that the image is of GIF type
|
IMAGE_TYPE_JPEG | final public static byte IMAGE_TYPE_JPEG(Code) | | A constant used for specifying that the image is of the JPEG type
|
IMAGE_TYPE_PNG | final public static byte IMAGE_TYPE_PNG(Code) | | A constant used for specifying that the image is of the PNG type
|
IMAGE_TYPE_TIFF | final public static byte IMAGE_TYPE_TIFF(Code) | | A constant used for specifying that the image is of the TIFF type
|
IMAGE_TYPE_UNKNOWN | final public static byte IMAGE_TYPE_UNKNOWN(Code) | | A constant used for specifying that the image is of unknown type
|
MIME_TYPE_GIF | final public static String MIME_TYPE_GIF(Code) | | image mime type constants
|
MIME_TYPE_JPEG | final public static String MIME_TYPE_JPEG(Code) | | |
MIME_TYPE_TIFF | final public static String MIME_TYPE_TIFF(Code) | | |
TYPE_IMAGE | final public static byte TYPE_IMAGE(Code) | | |
TYPE_SVG | final public static byte TYPE_SVG(Code) | | |
getImageType | public byte getImageType()(Code) | | |
getType | public byte getType()(Code) | | |
|
|
|