Uses of Interface
net.sf.jasperreports.engine.JRBoxContainer
Packages that use JRBoxContainer
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains classes for the built-in Icon Label component.
Contains classes for the built-in Table component.
Contains classes for the Crosstab report element.
Contains base classes for the Crosstab report element.
Contains design classes for the Crosstab report element.
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRBoxContainer in net.sf.jasperreports.charts
Subinterfaces of JRBoxContainer in net.sf.jasperreports.chartsModifier and TypeInterfaceDescriptioninterface
Implementations of this interface can be used for rendering chart components. -
Uses of JRBoxContainer in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRBoxContainer -
Uses of JRBoxContainer in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRBoxContainer -
Uses of JRBoxContainer in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRBoxContainerModifier and TypeClassDescriptionclass
class
class
-
Uses of JRBoxContainer in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement JRBoxContainer -
Uses of JRBoxContainer in net.sf.jasperreports.components.table
Subinterfaces of JRBoxContainer in net.sf.jasperreports.components.tableClasses in net.sf.jasperreports.components.table that implement JRBoxContainerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of JRBoxContainer in net.sf.jasperreports.crosstabs
Subinterfaces of JRBoxContainer in net.sf.jasperreports.crosstabsModifier and TypeInterfaceDescriptioninterface
Crosstab cell contents interface.interface
Crosstab element interface. -
Uses of JRBoxContainer in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRBoxContainerModifier and TypeClassDescriptionclass
Base read-only implementation ofJRCellContents
.class
Base read-onlycrosstab
implementation. -
Uses of JRBoxContainer in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRBoxContainerModifier and TypeClassDescriptionclass
Implementation ofJRCellContents
used for report design.class
Design-timecrosstab
implementation. -
Uses of JRBoxContainer in net.sf.jasperreports.engine
Subinterfaces of JRBoxContainer in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterface
An abstract representation that provides basic functionality for images.interface
Common interface of design and print text elements.interface
interface
An abstract representation of a report elements container.interface
An abstract representation of a graphic element representing an image.interface
A print elements container.interface
interface
interface
An abstract representation of a report static text.interface
Provides a collection of style settings declared at the report level.interface
An abstract representation of a report text element.interface
An abstract representation of a report text.Methods in net.sf.jasperreports.engine that return JRBoxContainerMethods in net.sf.jasperreports.engine with parameters of type JRBoxContainer -
Uses of JRBoxContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRBoxContainerModifier and TypeClassDescriptionclass
class
Base read-only implementation ofJRFrame
.class
The actual implementation of a graphic element representing an image.class
Base implementation ofJRPrintFrame
.class
class
class
This class is used for representing a static text element.class
class
This class provides functionality common to text elements.class
This class is used for representing a text field.Fields in net.sf.jasperreports.engine.base declared as JRBoxContainerMethods in net.sf.jasperreports.engine.base that return JRBoxContainerMethods in net.sf.jasperreports.engine.base with parameters of type JRBoxContainerConstructors in net.sf.jasperreports.engine.base with parameters of type JRBoxContainer -
Uses of JRBoxContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRBoxContainerModifier and TypeClassDescriptionclass
class
Implementation ofJRFrame
to be used at design time.class
The actual implementation of a graphic element representing an image, used at design time.class
This class is used for representing a design static text element.class
class
This class provides functionality common to design text elements.class
-
Uses of JRBoxContainer in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRBoxContainerModifier and TypeClassDescriptionclass
Crosstab cell contents filler.class
Fill-time implementation of acrosstab
.class
Fill time implementation of a frame element.class
class
class
class
class
Print image implementation that supports recorded values.class
Print text implementation that supports recorded values.class
Frame information shared by multiple print frame objects.class
Image information shared by multiple print image objects.class
Implementation ofJRPrintFrame
that usestemplate frames
to store common attributes.class
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes.class
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes.class
Text element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill that return JRBoxContainerMethods in net.sf.jasperreports.engine.fill with parameters of type JRBoxContainer -
Uses of JRBoxContainer in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRBoxContainerModifier and TypeMethodDescriptionprotected boolean
StyleUtil.hasBorder
(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector selector) boolean
StyleUtil.hasBox
(JRBoxContainer boxContainer) protected boolean
StyleUtil.hasPadding
(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector penSelector)