Uses of Interface
net.sf.jasperreports.charts.NamedChartCustomizer
-
Packages that use NamedChartCustomizer Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.customizers net.sf.jasperreports.customizers.axis net.sf.jasperreports.customizers.marker net.sf.jasperreports.customizers.shape -
-
Uses of NamedChartCustomizer in net.sf.jasperreports.charts
Classes in net.sf.jasperreports.charts that implement NamedChartCustomizer Modifier and Type Class Description class
JRAbstractChartCustomizer
Abstract implementation ofJRChartCustomizer
that provides access to parameter, variable and field values. -
Uses of NamedChartCustomizer in net.sf.jasperreports.customizers
Classes in net.sf.jasperreports.customizers that implement NamedChartCustomizer Modifier and Type Class Description class
LevelRenderCustomizer
-
Uses of NamedChartCustomizer in net.sf.jasperreports.customizers.axis
Classes in net.sf.jasperreports.customizers.axis that implement NamedChartCustomizer 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 NamedChartCustomizer in net.sf.jasperreports.customizers.marker
Classes in net.sf.jasperreports.customizers.marker that implement NamedChartCustomizer 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 NamedChartCustomizer in net.sf.jasperreports.customizers.shape
Classes in net.sf.jasperreports.customizers.shape that implement NamedChartCustomizer 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.
-