Uses of Interface
net.sf.jasperreports.engine.JRStyleContainer
-
Packages that use JRStyleContainer 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.iconlabel Contains classes for the built-in Icon Label 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.crosstabs.fill Contains classes to be used at report filling time 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.convert 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 JRStyleContainer in net.sf.jasperreports.charts
Subinterfaces of JRStyleContainer 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 JRStyleContainer in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRStyleContainer Modifier and Type Class Description class
JRBaseChart
-
Uses of JRStyleContainer in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRStyleContainer Modifier and Type Class Description class
JRDesignChart
-
Uses of JRStyleContainer in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRStyleContainer Modifier and Type Class Description class
ChartTemplateImage
class
JRFillChart
class
JRFillChartForAxis
-
Uses of JRStyleContainer in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement JRStyleContainer Modifier and Type Class Description class
IconLabelComponent
class
IconLabelComponentFill
-
Uses of JRStyleContainer in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRStyleContainer Modifier and Type Class Description class
ComponentFillSubreport
class
SubreportElementAdapter
-
Uses of JRStyleContainer in net.sf.jasperreports.components.table
Subinterfaces of JRStyleContainer in net.sf.jasperreports.components.table Modifier and Type Interface Description interface
BaseCell
interface
Cell
Classes in net.sf.jasperreports.components.table that implement JRStyleContainer Modifier and Type Class Description class
CompiledBaseCell
class
CompiledCell
class
DesignBaseCell
class
DesignCell
-
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs
Subinterfaces of JRStyleContainer in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interface
JRCellContents
Crosstab cell contents interface.interface
JRCrosstab
Crosstab element interface. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRStyleContainer Modifier and Type Class Description class
JRBaseCellContents
Base read-only implementation ofJRCellContents
.class
JRBaseCrosstab
Base read-onlycrosstab
implementation. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRStyleContainer Modifier and Type Class Description class
JRDesignCellContents
Implementation ofJRCellContents
used for report design.class
JRDesignCrosstab
Design-timecrosstab
implementation. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill with parameters of type JRStyleContainer Modifier and Type Method Description void
IconLabelFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer)
-
Uses of JRStyleContainer in net.sf.jasperreports.engine
Subinterfaces of JRStyleContainer in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRBoxContainer
interface
JRBreak
An abstract representation of a break element.interface
JRCommonElement
An abstract representation of a report element.interface
JRCommonGraphicElement
An abstract representation of a report graphic element.interface
JRCommonImage
An abstract representation that provides basic functionality for images.interface
JRCommonRectangle
An abstract representation of a graphic element representing a rectangle.interface
JRCommonText
Common interface of design and print text elements.interface
JRComponentElement
A report element that wraps an abstract component.interface
JRConditionalStyle
interface
JRElement
An abstract representation of a report element.interface
JREllipse
An abstract representation of a graphic element representing an ellipse.interface
JRFont
An abstract representation of a font.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
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
JRImageAlignment
An interface that defines constants useful for image alignment.interface
JRLine
An abstract representation of a graphic element representing a straight line.interface
JRLineBox
This is useful for drawing borders around text elements and images.interface
JRParagraph
interface
JRParagraphContainer
interface
JRPenContainer
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
JRStaticText
An abstract representation of a report static text.interface
JRStyle
Provides a collection of style settings declared at the report level.interface
JRSubreport
An abstract representation of a subreport.interface
JRTextAlignment
An interface that defines constants useful for text alignment.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 JRStyleContainer Modifier and Type Class Description class
ElementDecorator
Methods in net.sf.jasperreports.engine with parameters of type JRStyleContainer Modifier and Type Method Description JRFont
JRAbstractObjectFactory. getFont(JRStyleContainer styleContainer, JRFont font)
abstract void
JRAbstractObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
Sets a style or a style reference on an object. -
Uses of JRStyleContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRStyleContainer Modifier and Type Class Description class
JRBaseBreak
The actual implementation of a break element.class
JRBaseComponentElement
A read-onlyJRComponentElement
implementation which is included in compiled reports.class
JRBaseConditionalStyle
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
JRBaseFont
class
JRBaseFrame
Base read-only implementation ofJRFrame
.class
JRBaseGenericElement
A read-only implementation ofJRGenericElement
that is included in compiled reports.class
JRBaseGenericPrintElement
A basic implementation ofJRGenericPrintElement
.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
JRBaseLineBox
This is useful for drawing borders around text elements and images.class
JRBaseParagraph
class
JRBasePrintElement
class
JRBasePrintEllipse
class
JRBasePrintFrame
Base implementation ofJRPrintFrame
.class
JRBasePrintGraphicElement
class
JRBasePrintImage
class
JRBasePrintLine
class
JRBasePrintRectangle
class
JRBasePrintText
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
JRBaseStyle
class
JRBaseSubreport
class
JRBaseTextElement
This class provides functionality common to text elements.class
JRBaseTextField
This class is used for representing a text field.static class
JRVirtualPrintPage.JRIdHolderTemplateElement
Fields in net.sf.jasperreports.engine.base declared as JRStyleContainer Modifier and Type Field Description protected JRStyleContainer
JRBaseFont. styleContainer
Methods in net.sf.jasperreports.engine.base with parameters of type JRStyleContainer Modifier and Type Method Description void
JRBaseObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
This method preserves both specified styles and external style name references.Constructors in net.sf.jasperreports.engine.base with parameters of type JRStyleContainer Constructor Description JRBaseFont(JRStyleContainer styleContainer)
JRBaseFont(JRStyleContainer styleContainer, JRFont font)
JRBaseFont(JRStyleContainer styleContainer, JRFont font, JRAbstractObjectFactory factory)
-
Uses of JRStyleContainer in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRStyleContainer Modifier and Type Method Description JRStyle
ReportConverter. resolveStyle(JRStyleContainer originalContainer)
-
Uses of JRStyleContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRStyleContainer Modifier and Type Class Description 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
JRDesignConditionalStyle
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
JRDesignFont
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
JRDesignStyle
class
JRDesignSubreport
class
JRDesignTextElement
This class provides functionality common to design text elements.class
JRDesignTextField
Constructors in net.sf.jasperreports.engine.design with parameters of type JRStyleContainer Constructor Description JRDesignFont(JRStyleContainer styleContainer)
-
Uses of JRStyleContainer in net.sf.jasperreports.engine.fill
Subinterfaces of JRStyleContainer in net.sf.jasperreports.engine.fill Modifier and Type Interface Description interface
JRRecordedValuesPrintElement
Interface implemented by print elements that can record field/variable values.Classes in net.sf.jasperreports.engine.fill that implement JRStyleContainer Modifier and Type Class Description class
CachingLineBox
class
CachingParagraph
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
JRFillEllipse
class
JRFillFrame
Fill time implementation of a frame element.class
JRFillGenericElement
AJRGenericElement
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
JRTemplateElement
Base class consisting of print element information shared by multiple print elements.class
JRTemplateEllipse
Ellipse information shared by multiple print ellipse objects.class
JRTemplateFrame
Frame information shared by multiple print frame objects.class
JRTemplateGenericElement
Generic print element information shared by multiple elements.class
JRTemplateGenericPrintElement
Implementation ofJRGenericPrintElement
that uses aJRTemplateGenericElement
instance to store common attributes.class
JRTemplateGraphicElement
Base class consisting of graphic print element information shared by multiple print element instances.class
JRTemplateImage
Image information shared by multiple print image objects.class
JRTemplateLine
Line element information shared by multiple print line objects.class
JRTemplatePrintElement
Base implementation ofJRPrintElement
that uses aJRTemplateElement
instance to store common attributes.class
JRTemplatePrintEllipse
Base implementation ofJRPrintEllipse
that uses aJRTemplateEllipse
instance to store common attributes.class
JRTemplatePrintFrame
Implementation ofJRPrintFrame
that usestemplate frames
to store common attributes.class
JRTemplatePrintGraphicElement
Base implementation ofJRPrintGraphicElement
that uses aJRTemplateGraphicElement
instance to store common attributes.class
JRTemplatePrintImage
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes.class
JRTemplatePrintLine
Implementation ofJRPrintLine
that uses aJRTemplateLine
instance to store common attributes.class
JRTemplatePrintRectangle
Implementation ofJRPrintRectangle
that uses aJRTemplateRectangle
instance to store common attributes.class
JRTemplatePrintText
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes.class
JRTemplateRectangle
Rectangle information shared by multiple print rectangle objects.class
JRTemplateText
Text element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyleContainer Modifier and Type Method Description void
JRFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer)
void
JRFillObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
-
Uses of JRStyleContainer in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRStyleContainer Modifier and Type Method Description JRStyle
StyleResolver. getBaseStyle(JRStyleContainer styleContainer)
protected static JRStyle
StyleResolver. getBaseStyleFromStyleContainer(JRStyleContainer styleContainer)
ModeEnum
StyleUtil. resolveMode(JRStyleContainer styleContainer)
protected void
JRApiWriter. writeStyleReferenceAttr(JRStyleContainer styleContainer, String styleName)
-