Uses of Interface
net.sf.jasperreports.engine.JRStyleSetter
Packages that use JRStyleSetter
Package
Description
Contains fill time implementations for chart related interfaces.
Contains fill time implementations for subreport component related interfaces.
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 fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of JRStyleSetter in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRStyleSetter -
Uses of JRStyleSetter in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRStyleSetter -
Uses of JRStyleSetter in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill with parameters of type JRStyleSetterModifier and TypeMethodDescriptionvoidIconLabelFillObjectFactory.registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer) -
Uses of JRStyleSetter in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRStyleSetterModifier and TypeMethodDescriptionabstract voidJRAbstractObjectFactory.setStyle(JRStyleSetter setter, JRStyleContainer styleContainer) Sets a style or a style reference on an object. -
Uses of JRStyleSetter in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base with parameters of type JRStyleSetterModifier and TypeMethodDescriptionprotected voidJRBaseObjectFactory.handleStyleNameReference(JRStyleSetter setter, String nameReference) voidJRBaseObjectFactory.setStyle(JRStyleSetter setter, JRStyleContainer styleContainer) This method preserves both specified styles and external style name references. -
Uses of JRStyleSetter in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRStyleSetterModifier and TypeClassDescriptionclassclassCrosstab 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.classclassclassclassclassclassclassclassMethods in net.sf.jasperreports.engine.fill with parameters of type JRStyleSetterModifier and TypeMethodDescriptionprotected voidJRFillObjectFactory.registerDelayedStyleSetter(JRStyleSetter delayedSetter, String styleName) voidJRFillObjectFactory.registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer) voidJRFillObjectFactory.setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)