Uses of Interface
net.sf.jasperreports.engine.JRStyleContainer
Packages that use JRStyleContainer
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 fill time implementations for subreport component related interfaces.
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.
Contains classes to be used at report filling time 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 JRStyleContainer in net.sf.jasperreports.charts
Subinterfaces of JRStyleContainer in net.sf.jasperreports.chartsModifier and TypeInterfaceDescriptioninterfaceImplementations 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 -
Uses of JRStyleContainer in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRStyleContainer -
Uses of JRStyleContainer in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRStyleContainerModifier and TypeClassDescriptionclassclassclass -
Uses of JRStyleContainer in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement JRStyleContainer -
Uses of JRStyleContainer in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRStyleContainer -
Uses of JRStyleContainer in net.sf.jasperreports.components.table
Subinterfaces of JRStyleContainer in net.sf.jasperreports.components.tableClasses in net.sf.jasperreports.components.table that implement JRStyleContainerModifier and TypeClassDescriptionclassclassclassclass -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs
Subinterfaces of JRStyleContainer in net.sf.jasperreports.crosstabsModifier and TypeInterfaceDescriptioninterfaceCrosstab cell contents interface.interfaceCrosstab element interface. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRStyleContainerModifier and TypeClassDescriptionclassBase read-only implementation ofJRCellContents.classBase read-onlycrosstabimplementation. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRStyleContainerModifier and TypeClassDescriptionclassImplementation ofJRCellContentsused for report design.classDesign-timecrosstabimplementation. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill with parameters of type JRStyleContainerModifier and TypeMethodDescriptionvoidIconLabelFillObjectFactory.registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer) -
Uses of JRStyleContainer in net.sf.jasperreports.engine
Subinterfaces of JRStyleContainer in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceinterfaceAn abstract representation of a break element.interfaceAn abstract representation of a report element.interfaceAn abstract representation of a report graphic element.interfaceAn abstract representation that provides basic functionality for images.interfaceAn abstract representation of a graphic element representing a rectangle.interfaceCommon interface of design and print text elements.interfaceA report element that wraps an abstract component.interfaceinterfaceAn abstract representation of a report element.interfaceAn abstract representation of a graphic element representing an ellipse.interfaceAn abstract representation of a font.interfaceAn abstract representation of a report elements container.interfaceA "generic" report element that will produce ageneric print elementin the generated report.interfaceA generic print element.interfaceAn abstract representation of a report graphic element.interfaceAn abstract representation of a graphic element representing an image.interfaceAn interface that defines constants useful for image alignment.interfaceAn abstract representation of a graphic element representing a straight line.interfaceThis is useful for drawing borders around text elements and images.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceA print elements container.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceAn abstract representation of a graphic element representing a rectangle.interfaceAn abstract representation of a report static text.interfaceProvides a collection of style settings declared at the report level.interfaceAn abstract representation of a subreport.interfaceAn interface that defines constants useful for text alignment.interfaceAn abstract representation of a report text element.interfaceAn abstract representation of a report text.Classes in net.sf.jasperreports.engine that implement JRStyleContainerMethods in net.sf.jasperreports.engine with parameters of type JRStyleContainerModifier and TypeMethodDescriptionJRAbstractObjectFactory.getFont(JRStyleContainer styleContainer, JRFont font) abstract voidJRAbstractObjectFactory.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 JRStyleContainerModifier and TypeClassDescriptionclassThe actual implementation of a break element.classA read-onlyJRComponentElementimplementation which is included in compiled reports.classclassThis class provides a skeleton implementation for a report element.classThe actual implementation of a graphic element representing an ellipse.classclassBase read-only implementation ofJRFrame.classA read-only implementation ofJRGenericElementthat is included in compiled reports.classA basic implementation ofJRGenericPrintElement.classThis class provides functionality common to graphic elements.classThe actual implementation of a graphic element representing an image.classThe actual implementation of a graphic element representing a straight line.classThis is useful for drawing borders around text elements and images.classclassclassclassBase implementation ofJRPrintFrame.classclassclassclassclassclassThe actual implementation of a graphic element representing a rectangle.classThis class is used for representing a static text element.classclassclassThis class provides functionality common to text elements.classThis class is used for representing a text field.static classFields in net.sf.jasperreports.engine.base declared as JRStyleContainerMethods in net.sf.jasperreports.engine.base with parameters of type JRStyleContainerModifier and TypeMethodDescriptionvoidJRBaseObjectFactory.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 JRStyleContainerModifierConstructorDescriptionJRBaseFont(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 JRStyleContainerModifier and TypeMethodDescriptionReportConverter.resolveStyle(JRStyleContainer originalContainer) -
Uses of JRStyleContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRStyleContainerModifier and TypeClassDescriptionclassThe actual implementation of a break element, used at design time.classAJRComponentElementimplementation which is to be used at report design time.classclassThis class provides a skeleton implementation for a design time report element.classThe actual implementation of a graphic element representing an ellipse, used at design time.classclassImplementation ofJRFrameto be used at design time.classA implementation ofJRGenericElementthat is to be used at report design time.classThis class contains functionality common to graphic elements at design time.classThe actual implementation of a graphic element representing an image, used at design time.classThe actual implementation of a graphic element representing a straight line, used at design time.classThe actual implementation of a graphic element representing a rectangle, used at design time.classThis class is used for representing a design static text element.classclassclassThis class provides functionality common to design text elements.classConstructors in net.sf.jasperreports.engine.design with parameters of type JRStyleContainer -
Uses of JRStyleContainer in net.sf.jasperreports.engine.fill
Subinterfaces of JRStyleContainer in net.sf.jasperreports.engine.fillModifier and TypeInterfaceDescriptioninterfaceInterface implemented by print elements that can record field/variable values.Classes in net.sf.jasperreports.engine.fill that implement JRStyleContainerModifier and TypeClassDescriptionclassclassclassclassCrosstab cell contents filler.classAJRComponentElementwhich is used during report fill.classFill-time implementation of acrosstab.classclassclassFill time implementation of a frame element.classAJRGenericElementused during report fill.classclassclassclassclassclassclassclassclassGeneric print element implementation that supports recorded values.classPrint image implementation that supports recorded values.classPrint text implementation that supports recorded values.classBase class consisting of print element information shared by multiple print elements.classEllipse information shared by multiple print ellipse objects.classFrame information shared by multiple print frame objects.classGeneric print element information shared by multiple elements.classImplementation ofJRGenericPrintElementthat uses aJRTemplateGenericElementinstance to store common attributes.classBase class consisting of graphic print element information shared by multiple print element instances.classImage information shared by multiple print image objects.classLine element information shared by multiple print line objects.classBase implementation ofJRPrintElementthat uses aJRTemplateElementinstance to store common attributes.classBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classImplementation ofJRPrintFramethat usestemplate framesto store common attributes.classBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes.classImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classRectangle information shared by multiple print rectangle objects.classText element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyleContainerModifier and TypeMethodDescriptionvoidJRFillObjectFactory.registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer) voidJRFillObjectFactory.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 JRStyleContainerModifier and TypeMethodDescriptionStyleResolver.getBaseStyle(JRStyleContainer styleContainer) protected static JRStyleStyleResolver.getBaseStyleFromStyleContainer(JRStyleContainer styleContainer) StyleUtil.resolveMode(JRStyleContainer styleContainer) protected voidJRApiWriter.writeStyleReferenceAttr(JRStyleContainer styleContainer, String styleName)