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:
-
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
-
Method Summary
Methods inherited from class org.jfree.chart.plot.DefaultDrawingSupplier
clone, createStandardSeriesShapes, equals, getNextOutlinePaint, getNextOutlineStroke, getNextShape, getNextStroke
-
Constructor Details
-
ChartDrawingSupplier
public ChartDrawingSupplier()
-
-
Method Details
-
getNextPaint
- Specified by:
getNextPaint
in interfaceorg.jfree.chart.plot.DrawingSupplier
- Overrides:
getNextPaint
in classorg.jfree.chart.plot.DefaultDrawingSupplier
-
getNextFillPaint
- Specified by:
getNextFillPaint
in interfaceorg.jfree.chart.plot.DrawingSupplier
- Overrides:
getNextFillPaint
in classorg.jfree.chart.plot.DefaultDrawingSupplier
-