Package | Description |
---|---|
net.sf.jasperreports.components.list |
Contains classes for the built-in List component.
|
net.sf.jasperreports.components.map.fill |
Contains fill time implementations for Google Map component related interfaces.
|
net.sf.jasperreports.components.table |
Contains classes for the built-in Table component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
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.web.commands |
Contains Command implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
FillDatasetRun
Used to iterate on the list subdataset at fill time.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerFillDatasetRun
Used to iterate on a subdataset and create a sorted data source.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseColumn |
interface |
Column |
interface |
ColumnGroup |
Modifier and Type | Class and Description |
---|---|
class |
StandardBaseColumn |
class |
StandardColumn |
class |
StandardColumnGroup |
Modifier and Type | Class and Description |
---|---|
class |
FillTableSubreport |
class |
TableJasperReport |
class |
TableReport |
class |
TableReportDataset |
class |
TableSubreport |
Modifier and Type | Interface and Description |
---|---|
interface |
JRCrosstab
Crosstab element interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCrosstab
Base read-only
crosstab implementation. |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCrosstab
Design-time
crosstab implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
JRBreak
An abstract representation of a break element.
|
interface |
JRChart
Implementations of this interface can be used for rendering chart components.
|
interface |
JRComponentElement
A report element that wraps an abstract component.
|
interface |
JRDataset
Interface representing a data set that can be used in a report.
|
interface |
JRDatasetRun
Interface of an sub dataset instantiation.
|
interface |
JRElement
An abstract representation of a report element.
|
interface |
JREllipse
An abstract representation of a graphic element representing an ellipse.
|
interface |
JRFrame
An abstract representation of a report elements container.
|
interface |
JRGenericElement
A "generic" report element that will produce a
generic print element in the generated
report. |
interface |
JRGenericPrintElement
A generic print element.
|
interface |
JRGraphicElement
An abstract representation of a report graphic element.
|
interface |
JRImage
An abstract representation of a graphic element representing an image.
|
interface |
JRLine
An abstract representation of a graphic element representing a straight line.
|
interface |
JRPart |
interface |
JRPrintElement |
interface |
JRPrintEllipse |
interface |
JRPrintFrame
A print elements container.
|
interface |
JRPrintGraphicElement |
interface |
JRPrintImage |
interface |
JRPrintLine |
interface |
JRPrintRectangle |
interface |
JRPrintText |
interface |
JRRectangle
An abstract representation of a graphic element representing a rectangle.
|
interface |
JRReport
An abstract representation of a Jasper report.
|
interface |
JRStaticText
An abstract representation of a report static text.
|
interface |
JRSubreport
An abstract representation of a subreport.
|
interface |
JRTextElement
An abstract representation of a report text element.
|
interface |
JRTextField
An abstract representation of a report text.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementDecorator |
class |
JasperReport
Instances of this class represent compiled report template objects.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBreak
The actual implementation of a break element.
|
class |
JRBaseChart |
class |
JRBaseComponentElement
A read-only
JRComponentElement implementation which is included
in compiled reports. |
class |
JRBaseDataset
The base implementation of
JRDataset . |
class |
JRBaseDatasetRun
Base implementation of the
JRDatasetRun interface. |
class |
JRBaseElement
This class provides a skeleton implementation for a report element.
|
class |
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse.
|
class |
JRBaseFrame
Base read-only implementation of
JRFrame . |
class |
JRBaseGenericElement
A read-only implementation of
JRGenericElement
that is included in compiled reports. |
class |
JRBaseGenericPrintElement
A basic implementation of
JRGenericPrintElement . |
class |
JRBaseGraphicElement
This class provides functionality common to graphic elements.
|
class |
JRBaseImage
The actual implementation of a graphic element representing an image.
|
class |
JRBaseLine
The actual implementation of a graphic element representing a straight line.
|
class |
JRBasePart
A read-only
JRPart implementation which is included
in compiled reports. |
class |
JRBasePrintElement |
class |
JRBasePrintEllipse |
class |
JRBasePrintFrame
Base implementation of
JRPrintFrame . |
class |
JRBasePrintGraphicElement |
class |
JRBasePrintImage |
class |
JRBasePrintLine |
class |
JRBasePrintRectangle |
class |
JRBasePrintText |
class |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle.
|
class |
JRBaseReport
Base class that implements the
JRReport interface. |
class |
JRBaseStaticText
This class is used for representing a static text element.
|
class |
JRBaseSubreport |
class |
JRBaseTextElement
This class provides functionality common to text elements.
|
class |
JRBaseTextField
This class is used for representing a text field.
|
Modifier and Type | Class and Description |
---|---|
class |
JasperDesign
JasperDesign is used for in-memory representation of a report design.
|
class |
JRDesignBreak
The actual implementation of a break element, used at design time.
|
class |
JRDesignChart |
class |
JRDesignComponentElement
A
JRComponentElement implementation which is to be used at report
design time. |
class |
JRDesignDataset
Implementation of
JRDataset to be used for report design. |
class |
JRDesignDatasetRun
Implementation of
JRDatasetRun to be used for report design. |
class |
JRDesignElement
This class provides a skeleton implementation for a design time report element.
|
class |
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time.
|
class |
JRDesignFrame
Implementation of
JRFrame to be used at design time. |
class |
JRDesignGenericElement
A implementation of
JRGenericElement that is to be used at report
design time. |
class |
JRDesignGraphicElement
This class contains functionality common to graphic elements at design time.
|
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.
|
class |
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time.
|
class |
JRDesignPart |
class |
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time.
|
class |
JRDesignStaticText
This class is used for representing a design static text element.
|
class |
JRDesignSubreport |
class |
JRDesignTextElement
This class provides functionality common to design text elements.
|
class |
JRDesignTextField |
Modifier and Type | Interface and Description |
---|---|
interface |
JRRecordedValuesPrintElement
Interface implemented by print elements that can record field/variable values.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillBreak |
class |
JRFillChart |
class |
JRFillComponentElement
A
JRComponentElement which is used during report fill. |
class |
JRFillCrosstab
Fill-time implementation of a
crosstab . |
class |
JRFillDataset |
class |
JRFillDatasetRun
Class used to instantiate sub datasets.
|
class |
JRFillElement |
class |
JRFillEllipse |
class |
JRFillFrame
Fill time implementation of a frame element.
|
class |
JRFillGenericElement
A
JRGenericElement used during report fill. |
class |
JRFillGraphicElement |
class |
JRFillImage |
class |
JRFillLine |
class |
JRFillRectangle |
class |
JRFillStaticText |
class |
JRFillSubreport |
class |
JRFillTextElement |
class |
JRFillTextField |
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 | Method and Description |
---|---|
JRIdentifiable |
CommandTarget.getIdentifiable() |
Modifier and Type | Method and Description |
---|---|
void |
CommandTarget.setIdentifiable(JRIdentifiable identifiable) |
Copyright © 2017. All rights reserved.