Uses of Interface
net.sf.jasperreports.engine.JRStyleSetter
-
Packages that use JRStyleSetter Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.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.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). -
-
Uses of JRStyleSetter in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRStyleSetter Modifier and Type Class Description class
JRFillChart
class
JRFillChartForAxis
-
Uses of JRStyleSetter in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRStyleSetter Modifier and Type Class Description class
ComponentFillSubreport
-
Uses of JRStyleSetter in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill with parameters of type JRStyleSetter Modifier and Type Method Description void
IconLabelFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer)
-
Uses of JRStyleSetter in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRStyleSetter Modifier and Type Method Description abstract void
JRAbstractObjectFactory. 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 JRStyleSetter Modifier and Type Method Description protected void
JRBaseObjectFactory. handleStyleNameReference(JRStyleSetter setter, String nameReference)
void
JRBaseObjectFactory. 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 JRStyleSetter Modifier and Type Class Description 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
Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyleSetter Modifier and Type Method Description protected void
JRFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, String styleName)
void
JRFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer)
void
JRFillObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
-