Uses of Interface
net.sf.jasperreports.engine.JRStyleSetter
-
Packages that use JRStyleSetter Package Description 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.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRStyleSetter Modifier and Type Class Description classComponentFillSubreport -
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 voidIconLabelFillObjectFactory. 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 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 JRStyleSetter Modifier and Type Method Description protected voidJRBaseObjectFactory. handleStyleNameReference(JRStyleSetter setter, java.lang.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 JRStyleSetter Modifier and Type Class Description classJRFillBreakclassJRFillCellContentsCrosstab cell contents filler.classJRFillChartclassJRFillComponentElementAJRComponentElementwhich is used during report fill.classJRFillCrosstabFill-time implementation of acrosstab.classJRFillElementclassJRFillEllipseclassJRFillFrameFill time implementation of a frame element.classJRFillGenericElementAJRGenericElementused during report fill.classJRFillGraphicElementclassJRFillImageclassJRFillLineclassJRFillRectangleclassJRFillStaticTextclassJRFillSubreportclassJRFillTextElementclassJRFillTextFieldMethods in net.sf.jasperreports.engine.fill with parameters of type JRStyleSetter Modifier and Type Method Description protected voidJRFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, java.lang.String styleName)voidJRFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer)voidJRFillObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
-