Package | Description |
---|---|
net.sf.jasperreports.components.map |
Contains classes for the built-in Google Map component.
|
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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.type |
Contains
enum types used by the library's main classes. |
net.sf.jasperreports.renderers.util |
Contains utility classes for working with image renderers.
|
Modifier and Type | Field and Description |
---|---|
static OnErrorTypeEnum |
MapComponent.DEFAULT_ON_ERROR_TYPE |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
MapComponent.getOnErrorType()
Returns an attribute that customizes the way the engine handles a missing map image
during report generation.
|
OnErrorTypeEnum |
StandardMapComponent.getOnErrorType() |
Modifier and Type | Method and Description |
---|---|
void |
StandardMapComponent.setOnErrorType(OnErrorTypeEnum onErrorType) |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRImage.getOnErrorTypeValue()
Indicates how the engine will treat a missing image.
|
OnErrorTypeEnum |
JRPrintImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
Renderable |
RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRException e)
Deprecated.
|
static JRImageRenderer |
JRImageRenderer.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRException e)
Deprecated.
|
Renderable |
RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e)
Deprecated.
|
static JRImageRenderer |
JRImageRenderer.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e)
Deprecated.
|
Renderable |
RenderableUtil.getOnErrorRendererForDimension(Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
Renderable |
RenderableUtil.getOnErrorRendererForDimension(RenderersCache renderersCache,
Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
static JRImageRenderer |
JRImageRenderer.getOnErrorRendererForImage(JasperReportsContext jasperReportsContext,
JRImageRenderer renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
Renderable |
RenderableUtil.getOnErrorRendererForImageData(Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
Renderable |
RenderableUtil.getRenderable(File file,
OnErrorTypeEnum onErrorType)
Deprecated.
|
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.
|
Renderable |
RenderableUtil.getRenderable(Image img,
OnErrorTypeEnum onErrorType)
Deprecated.
|
Renderable |
RenderableUtil.getRenderable(InputStream is,
OnErrorTypeEnum onErrorType)
Deprecated.
|
Renderable |
RenderableUtil.getRenderable(String imageLocation,
OnErrorTypeEnum onErrorType)
Deprecated.
Replaced by
ResourceRenderer.getInstance(String, boolean) . |
Renderable |
RenderableUtil.getRenderable(String imageLocation,
OnErrorTypeEnum onErrorType,
boolean isLazy)
Deprecated.
|
Renderable |
RenderableUtil.getRenderable(URL url,
OnErrorTypeEnum onErrorType)
Deprecated.
|
Renderable |
RenderableUtil.handleImageError(Exception error,
OnErrorTypeEnum onErrorType)
Deprecated.
|
void |
JRImage.setOnErrorType(OnErrorTypeEnum onErrorTypeEnum)
Specifies how the engine should treat a missing image.
|
void |
JRPrintImage.setOnErrorType(OnErrorTypeEnum onErrorType) |
Modifier and Type | Field and Description |
---|---|
protected OnErrorTypeEnum |
JRBasePrintImage.onErrorTypeValue |
protected OnErrorTypeEnum |
JRBaseImage.onErrorTypeValue |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRBasePrintImage.getOnErrorTypeValue() |
OnErrorTypeEnum |
JRBaseImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
void |
JRBaseImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
Modifier and Type | Field and Description |
---|---|
protected OnErrorTypeEnum |
JRDesignImage.onErrorTypeValue |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRDesignImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
Modifier and Type | Field and Description |
---|---|
protected OnErrorTypeEnum |
JRTemplateImage.onErrorTypeValue |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRFillImage.getOnErrorTypeValue() |
OnErrorTypeEnum |
JRTemplatePrintImage.getOnErrorTypeValue() |
OnErrorTypeEnum |
JRTemplateImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillImage.setOnErrorType(OnErrorTypeEnum onErrorType) |
void |
JRTemplatePrintImage.setOnErrorType(OnErrorTypeEnum onErrorType) |
void |
JRTemplateImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
Modifier and Type | Method and Description |
---|---|
static OnErrorTypeEnum |
OnErrorTypeEnum.getByName(String name) |
static OnErrorTypeEnum |
OnErrorTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static OnErrorTypeEnum |
OnErrorTypeEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static OnErrorTypeEnum |
OnErrorTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnErrorTypeEnum[] |
OnErrorTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
RendererUtil.getNonLazyRenderable(String resourceLocation,
OnErrorTypeEnum onErrorType) |
Renderable |
RendererUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRException e) |
Renderable |
RendererUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e) |
Renderable |
RendererUtil.getRenderable(File file,
OnErrorTypeEnum onErrorType) |
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.
|
Renderable |
RendererUtil.getRenderable(Image img,
OnErrorTypeEnum onErrorType) |
Renderable |
RendererUtil.getRenderable(InputStream is,
OnErrorTypeEnum onErrorType) |
Renderable |
RendererUtil.getRenderable(URL url,
OnErrorTypeEnum onErrorType) |
Renderable |
RendererUtil.handleImageError(Exception error,
OnErrorTypeEnum onErrorType) |
Copyright © 2016. All rights reserved.