Package com.logicaldoc.web.stat
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.DefaultDrawingSupplierThis picks the body color for any section of a pie chart- Since:
- 7.1.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intfillPaintIndexintpaintIndexPaint[]paintSequence
-
Constructor Summary
Constructors Constructor Description ChartDrawingSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaintgetNextFillPaint()PaintgetNextPaint()
-
-
-
Field Detail
-
paintSequence
public transient Paint[] paintSequence
-
paintIndex
public int paintIndex
-
fillPaintIndex
public int fillPaintIndex
-
-
Method Detail
-
getNextPaint
public Paint getNextPaint()
- Specified by:
getNextPaintin interfaceorg.jfree.chart.plot.DrawingSupplier- Overrides:
getNextPaintin classorg.jfree.chart.plot.DefaultDrawingSupplier
-
getNextFillPaint
public Paint getNextFillPaint()
- Specified by:
getNextFillPaintin interfaceorg.jfree.chart.plot.DrawingSupplier- Overrides:
getNextFillPaintin classorg.jfree.chart.plot.DefaultDrawingSupplier
-
-