Class SplineCustomizer

  • All Implemented Interfaces:
    JRChartCustomizer

    public class SplineCustomizer
    extends Object
    implements JRChartCustomizer
    This customizer plots a line chart as spline.
    Author:
    Giulio Toffoli (gt78@users.sourceforge.net)
    • Constructor Detail

      • SplineCustomizer

        public SplineCustomizer()
    • 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 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