Class DomainIntervalMarkerCustomizer

  • All Implemented Interfaces:
    net.sf.jasperreports.engine.JRChartCustomizer, net.sf.jasperreports.engine.NamedChartCustomizer

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

      • DomainIntervalMarkerCustomizer

        public DomainIntervalMarkerCustomizer()
    • Method Detail

      • customize

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

        protected void addMarker​(org.jfree.chart.plot.Plot plot,
                                 org.jfree.chart.plot.Marker marker)
        Specified by:
        addMarker in class AbstractMarkerCustomizer