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 SummaryFields inherited from class org.jfree.chart.plot.DefaultDrawingSupplierDEFAULT_FILL_PAINT_SEQUENCE, DEFAULT_OUTLINE_PAINT_SEQUENCE, DEFAULT_OUTLINE_STROKE_SEQUENCE, DEFAULT_PAINT_SEQUENCE, DEFAULT_SHAPE_SEQUENCE, DEFAULT_STROKE_SEQUENCE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jfree.chart.plot.DefaultDrawingSupplierclone, createStandardSeriesShapes, getNextOutlinePaint, getNextOutlineStroke, getNextShape, getNextStroke
- 
Constructor Details- 
ChartDrawingSupplierpublic ChartDrawingSupplier()
 
- 
- 
Method Details- 
getNextPaint- Specified by:
- getNextPaintin interface- org.jfree.chart.plot.DrawingSupplier
- Overrides:
- getNextPaintin class- org.jfree.chart.plot.DefaultDrawingSupplier
 
- 
getNextFillPaint- Specified by:
- getNextFillPaintin interface- org.jfree.chart.plot.DrawingSupplier
- Overrides:
- getNextFillPaintin class- org.jfree.chart.plot.DefaultDrawingSupplier
 
- 
equals- Overrides:
- equalsin class- org.jfree.chart.plot.DefaultDrawingSupplier
 
- 
hashCodepublic int hashCode()
 
-