Class DomainAxisCustomizer

All Implemented Interfaces:
JRChartCustomizer, NamedChartCustomizer

public class DomainAxisCustomizer extends AbstractAxisCustomizer
Customizer to define the minimum and maximum value of the domain axis, works for XY plot
Author:
Marco Orlandin (dejawho2@users.sourceforge.net)
  • Constructor Details

    • DomainAxisCustomizer

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