Class DomainValueMarkerCustomizer

All Implemented Interfaces:
JRChartCustomizer, NamedChartCustomizer

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

    • DomainValueMarkerCustomizer

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

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