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.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.virtualization |
Contains classes and interfaces for serialization during the report virtualization.
|
Modifier and Type | Class and Description |
---|---|
class |
JRPrintHyperlinkParameter
A parameter of the hyperlink associated to a print element.
|
class |
JRPrintHyperlinkParameters
A set of parameters associated with a print element.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualElementsData
Virtual data type used by report pages to virtualize elements.
|
Modifier and Type | Class and Description |
---|---|
class |
JRRecordedValuesGenericPrintElement
Generic print element implementation that supports recorded values.
|
class |
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.
|
class |
JRRecordedValuesPrintText
Print text implementation that supports recorded values.
|
class |
JRTemplateGenericPrintElement
Implementation of
JRGenericPrintElement that uses
a JRTemplateGenericElement instance to
store common attributes. |
class |
JRTemplatePrintElement
Base implementation of
JRPrintElement that uses
a JRTemplateElement instance to
store common attributes. |
class |
JRTemplatePrintEllipse
Base implementation of
JRPrintEllipse that uses
a JRTemplateEllipse instance to
store common attributes. |
class |
JRTemplatePrintFrame
Implementation of
JRPrintFrame that uses
template frames to store common
attributes. |
class |
JRTemplatePrintGraphicElement
Base implementation of
JRPrintGraphicElement that uses
a JRTemplateGraphicElement instance to
store common attributes. |
class |
JRTemplatePrintImage
Implementation of
JRPrintImage that uses
a JRTemplateImage instance to
store common attributes. |
class |
JRTemplatePrintLine
Implementation of
JRPrintLine that uses
a JRTemplateLine instance to
store common attributes. |
class |
JRTemplatePrintRectangle
Implementation of
JRPrintRectangle that uses
a JRTemplateRectangle instance to
store common attributes. |
class |
JRTemplatePrintText
Implementation of
JRPrintText that uses
a JRTemplateText instance to
store common attributes. |
Modifier and Type | Class and Description |
---|---|
class |
SerializableSerializer<T extends VirtualizationSerializable> |
Copyright © 2017. All rights reserved.