Uses of Interface
net.sf.jasperreports.engine.JRChild
-
Packages that use JRChild Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.components.table Contains classes for the built-in Table component.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.engine.util Contains utility classes for the core library. -
-
Uses of JRChild in net.sf.jasperreports.charts
Subinterfaces of JRChild in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRChart
Implementations of this interface can be used for rendering chart components. -
Uses of JRChild in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRChild Modifier and Type Class Description class
JRBaseChart
-
Uses of JRChild in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChild Modifier and Type Class Description class
JRDesignChart
-
Uses of JRChild in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRChild Modifier and Type Class Description class
JRFillChart
class
JRFillChartForAxis
-
Uses of JRChild in net.sf.jasperreports.components.list
Subinterfaces of JRChild in net.sf.jasperreports.components.list Modifier and Type Interface Description interface
ListContents
Container of report elements that are to be printed for each record in the list subdataset.Classes in net.sf.jasperreports.components.list that implement JRChild Modifier and Type Class 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. -
Uses of JRChild in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRChild Modifier and Type Class Description class
ComponentFillSubreport
class
SubreportElementAdapter
-
Uses of JRChild in net.sf.jasperreports.components.table
Subinterfaces of JRChild in net.sf.jasperreports.components.table Modifier and Type Interface Description interface
BaseCell
interface
Cell
Classes in net.sf.jasperreports.components.table that implement JRChild Modifier and Type Class Description class
CompiledBaseCell
class
CompiledCell
class
DesignBaseCell
class
DesignCell
-
Uses of JRChild in net.sf.jasperreports.crosstabs
Subinterfaces of JRChild in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interface
JRCellContents
Crosstab cell contents interface.interface
JRCrosstab
Crosstab element interface. -
Uses of JRChild in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRChild Modifier and Type Class Description class
JRBaseCellContents
Base read-only implementation ofJRCellContents
.class
JRBaseCrosstab
Base read-onlycrosstab
implementation. -
Uses of JRChild in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRChild Modifier and Type Class Description class
JRDesignCellContents
Implementation ofJRCellContents
used for report design.class
JRDesignCrosstab
Design-timecrosstab
implementation. -
Uses of JRChild in net.sf.jasperreports.engine
Subinterfaces of JRChild in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRBand
Implementations of this interface represent various bands in the report template.interface
JRBreak
An abstract representation of a break element.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 ageneric 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
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.Classes in net.sf.jasperreports.engine that implement JRChild Modifier and Type Class Description class
ElementDecorator
Methods in net.sf.jasperreports.engine that return types with arguments of type JRChild Modifier and Type Method Description List<JRChild>
JRElementGroup. getChildren()
Gets a list of all direct children elements or elements groups. -
Uses of JRChild in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRChild Modifier and Type Class Description class
JRBaseBand
Used for implementing band functionality.class
JRBaseBreak
The actual implementation of a break element.class
JRBaseComponentElement
A read-onlyJRComponentElement
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 ofJRFrame
.class
JRBaseGenericElement
A read-only implementation ofJRGenericElement
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.Fields in net.sf.jasperreports.engine.base with type parameters of type JRChild Modifier and Type Field Description protected List<JRChild>
JRBaseElementGroup. children
protected List<JRChild>
JRBaseFrame. children
Methods in net.sf.jasperreports.engine.base that return types with arguments of type JRChild Modifier and Type Method Description List<JRChild>
JRBaseElementGroup. getChildren()
List<JRChild>
JRBaseFrame. getChildren()
Method parameters in net.sf.jasperreports.engine.base with type arguments of type JRChild Modifier and Type Method Description static JRElement[]
JRBaseElementGroup. getElements(List<JRChild> children)
-
Uses of JRChild in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRChild Modifier and Type Class Description class
JRDesignBand
class
JRDesignBreak
The actual implementation of a break element, used at design time.class
JRDesignComponentElement
AJRComponentElement
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 ofJRFrame
to be used at design time.class
JRDesignGenericElement
A implementation ofJRGenericElement
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
Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRChild Modifier and Type Method Description List<JRChild>
JRDesignFrame. getChildren()
-
Uses of JRChild in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRChild Modifier and Type Class Description class
JRFillBand
class
JRFillBreak
class
JRFillCellContents
Crosstab cell contents filler.class
JRFillComponentElement
AJRComponentElement
which is used during report fill.class
JRFillCrosstab
Fill-time implementation of acrosstab
.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
AJRGenericElement
used during report fill.class
JRFillGraphicElement
class
JRFillImage
class
JRFillLine
class
JRFillRectangle
class
JRFillStaticText
class
JRFillSubreport
class
JRFillTextElement
class
JRFillTextField
Fields in net.sf.jasperreports.engine.fill with type parameters of type JRChild Modifier and Type Field Description protected List<JRChild>
JRFillElementGroup. children
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRChild Modifier and Type Method Description List<JRChild>
JRFillElementGroup. getChildren()
List<JRChild>
JRFillFrame. getChildren()
-
Uses of JRChild in net.sf.jasperreports.engine.util
Method parameters in net.sf.jasperreports.engine.util with type arguments of type JRChild Modifier and Type Method Description protected void
JRElementsVisitor. visitElements(List<JRChild> elements)
-