Package net.sf.jasperreports.customizers
Class StepCustomizer
- java.lang.Object
-
- net.sf.jasperreports.customizers.StepCustomizer
-
- All Implemented Interfaces:
JRChartCustomizer
public class StepCustomizer extends Object implements JRChartCustomizer
This customizer plots a line chart as spline.- Author:
- Giulio Toffoli (gt78@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
CUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description StepCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
This method is called at fill time, before the chart is rendered.
-
-
-
Method Detail
-
customize
public void customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
Description copied from interface:JRChartCustomizer
This method is called at fill time, before the chart is rendered.- Specified by:
customize
in interfaceJRChartCustomizer
- Parameters:
jfc
- the JFreeChart object, which can be accessed and modifiedjrc
- the JasperReports version of the chart, containing data that might be needed in customization
-
-