Class 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:
    Serialized Form
    • Field Detail

      • paintSequence

        public Paint[] paintSequence
      • paintIndex

        public int paintIndex
      • fillPaintIndex

        public int fillPaintIndex
    • Constructor Detail

      • ChartDrawingSupplier

        public ChartDrawingSupplier()
    • Method Detail

      • 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