Uses of Interface
net.sf.jasperreports.charts.JRChartCustomizer
-
Packages that use JRChartCustomizer Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.customizers net.sf.jasperreports.customizers.axis net.sf.jasperreports.customizers.marker net.sf.jasperreports.customizers.shape -
-
Uses of JRChartCustomizer in net.sf.jasperreports.charts
Subinterfaces of JRChartCustomizer in net.sf.jasperreports.charts Modifier and Type Interface Description interface
NamedChartCustomizer
Interface that represents aJRChartCustomizer
that is assigned a name after being instantiated using the default empty constructor.Classes in net.sf.jasperreports.charts that implement JRChartCustomizer Modifier and Type Class Description class
JRAbstractChartCustomizer
Abstract implementation ofJRChartCustomizer
that provides access to parameter, variable and field values. -
Uses of JRChartCustomizer in net.sf.jasperreports.charts.fill
Fields in net.sf.jasperreports.charts.fill with type parameters of type JRChartCustomizer Modifier and Type Field Description protected List<JRChartCustomizer>
JRFillChart. chartCustomizers
Methods in net.sf.jasperreports.charts.fill that return JRChartCustomizer Modifier and Type Method Description protected JRChartCustomizer
JRFillChart. createAndInitCustomizer(String customizerClassName, String customizerName)
-
Uses of JRChartCustomizer in net.sf.jasperreports.customizers
Classes in net.sf.jasperreports.customizers that implement JRChartCustomizer Modifier and Type Class Description class
LevelRenderCustomizer
class
SplineCustomizer
This customizer plots a line chart as spline.class
StepCustomizer
This customizer plots a line chart as spline. -
Uses of JRChartCustomizer in net.sf.jasperreports.customizers.axis
Classes in net.sf.jasperreports.customizers.axis that implement JRChartCustomizer Modifier and Type Class Description class
AbstractAxisCustomizer
class
DomainAxisCustomizer
Customizer to define the minimum and maximum value of the domain axis, works for XY plotclass
RangeAxisCustomizer
Customizer to define the minimum and maximum value of the range axis, works for both XY and Category plot -
Uses of JRChartCustomizer in net.sf.jasperreports.customizers.marker
Classes in net.sf.jasperreports.customizers.marker that implement JRChartCustomizer Modifier and Type Class Description class
AbstractIntervalMarkerCustomizer
class
AbstractMarkerCustomizer
class
AbstractValueMarkerCustomizer
This customizer plots a line chart as spline.class
CategoryMarkerCustomizer
This customizer plots a line chart as spline.class
DomainIntervalMarkerCustomizer
This customizer plots a line chart as spline.class
DomainValueMarkerCustomizer
This customizer plots a line chart as spline.class
RangeIntervalMarkerCustomizer
This customizer plots a line chart as spline.class
RangeValueMarkerCustomizer
This customizer plots a line chart as spline. -
Uses of JRChartCustomizer in net.sf.jasperreports.customizers.shape
Classes in net.sf.jasperreports.customizers.shape that implement JRChartCustomizer Modifier and Type Class Description class
AbstractShapeCustomizer
Abstract customizer that provide the utility methods to work with shapes.class
LegendShapeCustomizer
Customizer to define the shape of a specific legend item, works for both XY and Category plot.class
LineDotShapeCustomizer
Chart customizer to define the shape and the size of the symbol along the line.
-