Uses of Class
net.sf.jasperreports.charts.JRAbstractChartCustomizer
-
-
Uses of JRAbstractChartCustomizer in net.sf.jasperreports.customizers
Subclasses of JRAbstractChartCustomizer in net.sf.jasperreports.customizers Modifier and Type Class Description class
LevelRenderCustomizer
-
Uses of JRAbstractChartCustomizer in net.sf.jasperreports.customizers.axis
Subclasses of JRAbstractChartCustomizer in net.sf.jasperreports.customizers.axis 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 JRAbstractChartCustomizer in net.sf.jasperreports.customizers.marker
Subclasses of JRAbstractChartCustomizer in net.sf.jasperreports.customizers.marker 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 JRAbstractChartCustomizer in net.sf.jasperreports.customizers.shape
Subclasses of JRAbstractChartCustomizer in net.sf.jasperreports.customizers.shape 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. -
Uses of JRAbstractChartCustomizer in net.sf.jasperreports.customizers.util
Methods in net.sf.jasperreports.customizers.util with parameters of type JRAbstractChartCustomizer Modifier and Type Method Description static Integer
CustomizerUtil. resolveIndex(JRAbstractChartCustomizer customizer, ItemsCounter itemsCounter, SeriesNameProvider seriesNameProvider)
Resolve the index of the plot item looking at the properties.
-