Package net.sf.jasperreports.customizers
Class StepCustomizer
java.lang.Object
net.sf.jasperreports.customizers.StepCustomizer
- All Implemented Interfaces:
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 -
Method Summary
-
Constructor Details
-
StepCustomizer
public StepCustomizer()
-
-
Method Details
-
customize
Description copied from interface:JRChartCustomizerThis method is called at fill time, before the chart is rendered.- Specified by:
customizein 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
-