Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.type |
Contains
enum types used by the library's main classes. |
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
Modifier and Type | Method and Description |
---|---|
ImageTypeEnum |
JRAbstractSvgRenderer.getImageTypeValue() |
ImageTypeEnum |
Renderable.getImageTypeValue() |
ImageTypeEnum |
JRImageRenderer.getImageTypeValue() |
ImageTypeEnum |
JRAbstractRenderer.getImageTypeValue() |
Modifier and Type | Method and Description |
---|---|
Renderable |
RenderableUtil.getRenderable(java.awt.Image image,
ImageTypeEnum imageType,
OnErrorTypeEnum onErrorType)
Creates and returns an instance of the JRImageRenderer class after encoding the image object using an image
encoder that supports the supplied image type.
|
Modifier and Type | Method and Description |
---|---|
ImageTypeEnum |
JRVirtualPrintPage.JRIdHolderRenderer.getImageTypeValue() |
Modifier and Type | Method and Description |
---|---|
static ImageTypeEnum |
ImageTypeEnum.getByName(java.lang.String name) |
static ImageTypeEnum |
ImageTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static ImageTypeEnum |
ImageTypeEnum.getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static ImageTypeEnum |
ImageTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageTypeEnum[] |
ImageTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageTypeEnum |
WrappingRenderable.getImageTypeValue()
Deprecated.
|
static ImageTypeEnum |
JRTypeSniffer.getImageTypeValue(byte[] data) |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
JRAbstractImageEncoder.encode(java.awt.image.BufferedImage bi,
ImageTypeEnum imageType) |
byte[] |
JRJdk14ImageEncoder.encode(java.awt.image.BufferedImage bi,
ImageTypeEnum imageType) |
byte[] |
JRAbstractImageEncoder.encode(java.awt.Image image,
ImageTypeEnum imageType) |
byte[] |
JRImageEncoder.encode(java.awt.Image image,
ImageTypeEnum imageType) |
byte[] |
JRImageLoader.loadBytesFromAwtImage(java.awt.Image image,
ImageTypeEnum imageType)
Encoding the image object using an image encoder that supports the supplied image type.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com