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)
  • Constructor Details

    • StepCustomizer

      public StepCustomizer()
  • Method Details

    • 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 interface JRChartCustomizer
      Parameters:
      jfc - the JFreeChart object, which can be accessed and modified
      jrc - the JasperReports version of the chart, containing data that might be needed in customization