Package | Description |
---|---|
net.sf.jasperreports.charts.util |
Contains utility classes for complex chart customization.
|
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.convert | |
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.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.renderers |
Contains image renderer implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DrawChartRenderer
Deprecated.
Replaced by
DrawChartRendererImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageMapRenderable
Deprecated.
Replaced by
AreaHyperlinksRenderable . |
Modifier and Type | Method and Description |
---|---|
Renderable |
RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRException e)
Deprecated.
|
Renderable |
RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e)
Deprecated.
|
Renderable |
RenderableUtil.getOnErrorRendererForDimension(Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
Renderable |
RenderableUtil.getOnErrorRendererForImageData(Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
Renderable |
JRPrintImage.getRenderable()
Deprecated.
Replaced by
JRPrintImage.getRenderer() . |
Renderable |
RenderableUtil.getRenderable(byte[] imageData)
Deprecated.
|
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)
Deprecated.
Replaced by
ResourceRenderer.getInstance(String, boolean) . |
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.
|
static Renderable |
RenderableUtil.getWrappingRenderable(JRImageMapRenderer deprecatedRenderer)
Deprecated.
To be removed.
|
static Renderable |
RenderableUtil.getWrappingRenderable(JRRenderable deprecatedRenderer)
Deprecated.
To be removed.
|
static Renderable |
RenderableUtil.getWrappingRenderable(Renderable renderable)
Deprecated.
To be removed.
|
Renderable |
RenderableUtil.handleImageError(Exception error,
OnErrorTypeEnum onErrorType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
RenderableUtil.getOnErrorRendererForDimension(Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
Renderable |
RenderableUtil.getOnErrorRendererForImageData(Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
void |
JRPrintImage.setRenderable(Renderable renderer)
Deprecated.
|
Constructor and Description |
---|
JRWrappingSvgRenderer(Renderable renderer,
Dimension2D elementDimension,
Color backcolor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
JRBasePrintImage.getRenderable()
Deprecated.
Replaced by
JRBasePrintImage.getRenderer() . |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintImage.setRenderable(Renderable renderable)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Renderable |
ElementIconConverter.getRenderer(JasperReportsContext jasperReportsContext)
Deprecated.
To be removed.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
JRTemplatePrintImage.getRenderable()
Deprecated.
Replaced by
JRTemplatePrintImage.getRenderer() . |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplatePrintImage.setRenderable(Renderable renderable)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappingImageMapRenderable
Deprecated.
To be removed.
|
Modifier and Type | Class and Description |
---|---|
class |
BatikRenderer
Deprecated.
Replaced by
ResourceRenderer and DataRenderable . |
class |
JRSimpleImageMapRenderer
Deprecated.
Replaced by
SimpleDataRenderer . |
Copyright © 2016. All rights reserved.