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.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 Summary
Fields Modifier and Type Field Description int
fillPaintIndex
int
paintIndex
Paint[]
paintSequence
-
Constructor Summary
Constructors Constructor Description ChartDrawingSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Paint
getNextFillPaint()
Paint
getNextPaint()
-
-
-
Field Detail
-
paintSequence
public Paint[] paintSequence
-
paintIndex
public int paintIndex
-
fillPaintIndex
public int fillPaintIndex
-
-
Method Detail
-
getNextPaint
public Paint getNextPaint()
- Specified by:
getNextPaint
in interfaceorg.jfree.chart.plot.DrawingSupplier
- Overrides:
getNextPaint
in classorg.jfree.chart.plot.DefaultDrawingSupplier
-
getNextFillPaint
public Paint getNextFillPaint()
- Specified by:
getNextFillPaint
in interfaceorg.jfree.chart.plot.DrawingSupplier
- Overrides:
getNextFillPaint
in classorg.jfree.chart.plot.DefaultDrawingSupplier
-
-