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.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.util |
Contains utility classes for working with image renderers.
|
net.sf.jasperreports.types.date |
Provides the built-in
DateRange type implementation. |
net.sf.jasperreports.web |
Provides JasperReports support for web applications.
|
Modifier and Type | Method and Description |
---|---|
static JRImageRenderer |
JRImageRenderer.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e)
Deprecated.
|
Renderable |
RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JRImageRenderer |
JRImageRenderer.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e)
Deprecated.
|
Renderable |
RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillInterruptedException |
Modifier and Type | Method and Description |
---|---|
protected String |
JREvaluator.handleMissingResource(String key,
Exception e)
Handles the case when a resource is missing.
|
protected void |
JRAbstractLRUVirtualizer.readData(JRVirtualizable o,
InputStream in)
Reads serialized identity and virtual data for a virtualizable object
from a stream.
|
protected void |
JRAbstractLRUVirtualizer.writeData(JRVirtualizable o,
OutputStream out)
Writes serialized indentity and virtual data of a virtualizable object to a stream.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFontNotFoundException
Exception raised when a font name used as value for the
fontName attribute in the report template,
is not found in any of the runtime available JasperReports font extensions, nor among the font names available
to the Java Virtual Machine. |
class |
JRPdfaIccProfileNotFoundException
Exception raised when an ICC profile is not available to the JVM.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
RendererUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e) |
Modifier and Type | Method and Description |
---|---|
Renderable |
RendererUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType,
JRRuntimeException e) |
Modifier and Type | Class and Description |
---|---|
class |
InvalidDateRangeExpressionException
Indicates that expression for date rang was invalid
|
Modifier and Type | Class and Description |
---|---|
class |
JRInteractiveRuntimeException |
Copyright © 2016. All rights reserved.