Uses of Interface
net.sf.jasperreports.engine.JRChartCustomizer
-
Packages that use JRChartCustomizer Package Description 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.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 JRChartCustomizer in net.sf.jasperreports.engine
Subinterfaces of JRChartCustomizer in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceNamedChartCustomizerInterface that represents aJRChartCustomizerthat is assigned a name after being instantiated using the default empty constructor.Classes in net.sf.jasperreports.engine that implement JRChartCustomizer Modifier and Type Class Description classJRAbstractChartCustomizerAbstract implementation ofJRChartCustomizerthat provides access to parameter, variable and field values. -
Uses of JRChartCustomizer in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill with type parameters of type JRChartCustomizer Modifier and Type Field Description protected java.util.List<JRChartCustomizer>JRFillChart. chartCustomizersMethods in net.sf.jasperreports.engine.fill that return JRChartCustomizer Modifier and Type Method Description protected JRChartCustomizerJRFillChart. createAndInitCustomizer(java.lang.String customizerClassName, java.lang.String customizerName)
-