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.type |
Contains
enum types used by the library's main classes. |
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.renderers |
Contains image renderer implementations.
|
net.sf.jasperreports.renderers.util |
Contains utility classes for working with image renderers.
|
Modifier and Type | Method and Description |
---|---|
ImageTypeEnum |
JRAbstractRenderer.getImageTypeValue()
Deprecated.
|
ImageTypeEnum |
Renderable.getImageTypeValue()
Deprecated.
Replaced by
JRTypeSniffer.getImageTypeValue(byte[]) . |
ImageTypeEnum |
JRAbstractSvgRenderer.getImageTypeValue()
Deprecated.
|
ImageTypeEnum |
JRImageRenderer.getImageTypeValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
RenderableUtil.getRenderable(Image image,
ImageTypeEnum imageType,
OnErrorTypeEnum onErrorType)
Deprecated.
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 |
---|---|
static ImageTypeEnum |
ImageTypeEnum.getByName(String name) |
static ImageTypeEnum |
ImageTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static ImageTypeEnum |
ImageTypeEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static ImageTypeEnum |
ImageTypeEnum.valueOf(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 |
---|---|
byte[] |
JRJdk14ImageEncoder.encode(BufferedImage bi,
ImageTypeEnum imageType) |
abstract byte[] |
JRAbstractImageEncoder.encode(BufferedImage bi,
ImageTypeEnum imageType) |
byte[] |
JRImageEncoder.encode(Image image,
ImageTypeEnum imageType) |
byte[] |
JRAbstractImageEncoder.encode(Image image,
ImageTypeEnum imageType) |
byte[] |
JRImageLoader.loadBytesFromAwtImage(Image image,
ImageTypeEnum imageType)
Encoding the image object using an image encoder that supports the supplied image type.
|
Modifier and Type | Method and Description |
---|---|
ImageTypeEnum |
WrappingDeprecatedRenderable.getImageTypeValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
RendererUtil.getRenderable(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.
|
Copyright © 2016. All rights reserved.