Class AbstractMarkerCustomizer

java.lang.Object
net.sf.jasperreports.charts.JRAbstractChartCustomizer
net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
All Implemented Interfaces:
JRChartCustomizer, NamedChartCustomizer
Direct Known Subclasses:
AbstractIntervalMarkerCustomizer, AbstractValueMarkerCustomizer, CategoryMarkerCustomizer

public abstract class AbstractMarkerCustomizer extends JRAbstractChartCustomizer
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

  • Constructor Details

    • AbstractMarkerCustomizer

      public AbstractMarkerCustomizer()
  • Method Details

    • configureMarker

      protected void configureMarker(org.jfree.chart.plot.Marker marker)
    • configureStroke

      protected void configureStroke(org.jfree.chart.plot.Marker marker)
    • getStroke

      protected BasicStroke getStroke(Float strokeWidth)
    • addMarker

      protected abstract void addMarker(org.jfree.chart.plot.Plot plot, org.jfree.chart.plot.Marker marker)
    • getLayer

      protected org.jfree.chart.ui.Layer getLayer()