Class DomainAxisCustomizer

  • All Implemented Interfaces:
    net.sf.jasperreports.engine.JRChartCustomizer, net.sf.jasperreports.engine.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 Detail

      • DomainAxisCustomizer

        public DomainAxisCustomizer()
    • Method Detail

      • customize

        public void customize​(org.jfree.chart.JFreeChart jfc,
                              net.sf.jasperreports.engine.JRChart jrc)