Package | Description |
---|---|
net.sf.jasperreports.components.list | |
net.sf.jasperreports.components.table | |
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.crosstabs | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.util |
Utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListContents
Container of report elements that are to be printed for each record in the
list subdataset.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseListContents
ListContents implementation used in compiled reports. |
class |
DesignListContents
ListContents implementation used at report design time. |
class |
FillListContents
List contents fill element container.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cell |
Modifier and Type | Class and Description |
---|---|
class |
CompiledCell |
class |
DesignCell |
Modifier and Type | Class and Description |
---|---|
class |
FillTableSubreport |
class |
TableSubreport |
Modifier and Type | Interface and Description |
---|---|
interface |
JRCellContents
Crosstab cell contents interface.
|
interface |
JRCrosstab
Crosstab element interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCellContents
Base read-only implementation of
JRCellContents . |
class |
JRBaseCrosstab
Base read-only
crosstab implementation. |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCellContents
Implementation of
JRCellContents used for
report design. |
class |
JRDesignCrosstab
Design-time
crosstab implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
JRBand
Implementations of this interface represent various bands in the report template.
|
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 |
JRElement
An abstract representation of a report element.
|
interface |
JRElementGroup
Groups several report elements.
|
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 |
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 |
JRRectangle
An abstract representation of a graphic element representing a rectangle.
|
interface |
JRStaticText
An abstract representation of a report static text.
|
interface |
JRSubreport |
interface |
JRTextElement
An abstract representation of a report text element.
|
interface |
JRTextField
An abstract representation of a report static text.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementDecorator |
Modifier and Type | Method and Description |
---|---|
java.util.List<JRChild> |
JRElementGroup.getChildren()
Gets a list of all direct children elements or elements groups.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBand
Used for implementing band functionality.
|
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 |
JRBaseElement
This class provides a skeleton implementation for a report element.
|
class |
JRBaseElementGroup |
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 |
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 |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle.
|
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 | Field and Description |
---|---|
protected java.util.List<JRChild> |
JRBaseFrame.children |
protected java.util.List<JRChild> |
JRBaseElementGroup.children |
Modifier and Type | Method and Description |
---|---|
java.util.List<JRChild> |
JRBaseFrame.getChildren() |
java.util.List<JRChild> |
JRBaseElementGroup.getChildren() |
Modifier and Type | Method and Description |
---|---|
static JRElement[] |
JRBaseElementGroup.getElements(java.util.List<JRChild> children) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignBand |
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 |
JRDesignElement
This class provides a skeleton implementation for a design time report element.
|
class |
JRDesignElementGroup |
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 |
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 | Method and Description |
---|---|
java.util.List<JRChild> |
JRDesignFrame.getChildren() |
Modifier and Type | Class and Description |
---|---|
class |
JRFillBand |
class |
JRFillBreak |
class |
JRFillCellContents
Crosstab cell contents filler.
|
class |
JRFillChart |
class |
JRFillComponentElement
A
JRComponentElement which is used during report fill. |
class |
JRFillCrosstab
Fill-time implementation of a
crosstab . |
class |
JRFillElement |
class |
JRFillElementContainer
Abstract implementation of an element container filler.
|
class |
JRFillElementGroup |
class |
JRFillEllipse |
class |
JRFillFrame
Fill time implementation of a frame element.
|
protected class |
JRFillFrame.JRFillFrameElements
Frame element container filler.
|
class |
JRFillGenericElement
A
JRGenericElement used during report fill. |
class |
JRFillGraphicElement |
class |
JRFillImage |
class |
JRFillLine |
class |
JRFillRectangle |
class |
JRFillStaticText |
class |
JRFillSubreport |
class |
JRFillTextElement |
class |
JRFillTextField |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRChild> |
JRFillElementGroup.children |
Modifier and Type | Method and Description |
---|---|
java.util.List<JRChild> |
JRFillFrame.getChildren() |
java.util.List<JRChild> |
JRFillElementGroup.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRElementsVisitor.visitElements(java.util.List<JRChild> elements) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com