| 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 |
Renderable.getImageTypeValue() |
ImageTypeEnum |
JRImageRenderer.getImageTypeValue() |
ImageTypeEnum |
JRAbstractSvgRenderer.getImageTypeValue() |
ImageTypeEnum |
JRAbstractRenderer.getImageTypeValue() |
| Modifier and Type | Method and Description |
|---|---|
Renderable |
RenderableUtil.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.
|
| Modifier and Type | Method and Description |
|---|---|
ImageTypeEnum |
JRVirtualPrintPage.JRIdHolderRenderer.getImageTypeValue() |
| 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.
|
Copyright © 2016. All rights reserved.