|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.util.JRImageLoader
public final class JRImageLoader
| Field Summary | |
|---|---|
static String |
CHART_IMAGE_RESOURCE
|
static String |
COMPONENT_IMAGE_RESOURCE
|
static String |
CROSSTAB_IMAGE_RESOURCE
|
static String |
NO_IMAGE_RESOURCE
|
static String |
PROPERTY_IMAGE_ENCODER
Configuration property specifying the name of the class implementing the JRImageEncoder interface
to be used by the engine. |
static String |
PROPERTY_IMAGE_READER
Configuration property specifying the name of the class implementing the JRImageReader interface
to be used by the engine. |
static String |
SUBREPORT_IMAGE_RESOURCE
|
| Method Summary | |
|---|---|
static JRImageLoader |
getInstance(JasperReportsContext jasperReportsContext)
|
Image |
loadAwtImageFromBytes(byte[] bytes)
|
byte[] |
loadBytesFromAwtImage(Image image,
byte imageType)
Deprecated. Replaced by loadBytesFromAwtImage(Image, ImageTypeEnum). |
byte[] |
loadBytesFromAwtImage(Image image,
ImageTypeEnum imageType)
Encoding the image object using an image encoder that supports the supplied image type. |
static Image |
loadImage(byte[] bytes)
Deprecated. Replaced by loadAwtImageFromBytes(byte[]). |
static byte[] |
loadImageDataFromAWTImage(Image image,
byte imageType)
Deprecated. Replaced by loadBytesFromAwtImage(Image, byte). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_IMAGE_READER
JRImageReader interface
to be used by the engine. If not set, the engine will try to an image reader implementation that corresponds to the JVM version.
public static final String PROPERTY_IMAGE_ENCODER
JRImageEncoder interface
to be used by the engine. If not set, the engine will try to an image encoder implementation that corresponds to the JVM version.
public static final String NO_IMAGE_RESOURCE
public static final String SUBREPORT_IMAGE_RESOURCE
public static final String CHART_IMAGE_RESOURCE
public static final String CROSSTAB_IMAGE_RESOURCE
public static final String COMPONENT_IMAGE_RESOURCE
| Method Detail |
|---|
public static JRImageLoader getInstance(JasperReportsContext jasperReportsContext)
public byte[] loadBytesFromAwtImage(Image image,
byte imageType)
throws JRException
loadBytesFromAwtImage(Image, ImageTypeEnum).
JRException
public byte[] loadBytesFromAwtImage(Image image,
ImageTypeEnum imageType)
throws JRException
image - the java.awt.Image object to encodeimageType - the type of the image as specified by one of the constants defined in the JRRenderable interface
JRException
public Image loadAwtImageFromBytes(byte[] bytes)
throws JRException
JRException
public static byte[] loadImageDataFromAWTImage(Image image,
byte imageType)
throws JRException
loadBytesFromAwtImage(Image, byte).
JRException
public static Image loadImage(byte[] bytes)
throws JRException
loadAwtImageFromBytes(byte[]).
JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||