Class ChartDrawingSupplier

java.lang.Object
org.jfree.chart.plot.DefaultDrawingSupplier
com.logicaldoc.web.stat.ChartDrawingSupplier
All Implemented Interfaces:
Serializable, Cloneable, org.jfree.chart.plot.DrawingSupplier, org.jfree.util.PublicCloneable

public class ChartDrawingSupplier extends org.jfree.chart.plot.DefaultDrawingSupplier
This picks the body color for any section of a pie chart
Since:
7.1.3
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Summary

    Fields inherited from class org.jfree.chart.plot.DefaultDrawingSupplier

    DEFAULT_FILL_PAINT_SEQUENCE, DEFAULT_OUTLINE_PAINT_SEQUENCE, DEFAULT_OUTLINE_STROKE_SEQUENCE, DEFAULT_PAINT_SEQUENCE, DEFAULT_SHAPE_SEQUENCE, DEFAULT_STROKE_SEQUENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.jfree.chart.plot.DefaultDrawingSupplier

    clone, createStandardSeriesShapes, equals, getNextOutlinePaint, getNextOutlineStroke, getNextShape, getNextStroke

    Methods inherited from class java.lang.Object

    getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChartDrawingSupplier

      public ChartDrawingSupplier()
  • Method Details

    • getNextPaint

      public Paint getNextPaint()
      Specified by:
      getNextPaint in interface org.jfree.chart.plot.DrawingSupplier
      Overrides:
      getNextPaint in class org.jfree.chart.plot.DefaultDrawingSupplier
    • getNextFillPaint

      public Paint getNextFillPaint()
      Specified by:
      getNextFillPaint in interface org.jfree.chart.plot.DrawingSupplier
      Overrides:
      getNextFillPaint in class org.jfree.chart.plot.DefaultDrawingSupplier