Class MyDefaultShapeDrawingSupplier
java.lang.Object
org.jfree.chart.plot.DefaultDrawingSupplier
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent.MyDefaultShapeDrawingSupplier
- All Implemented Interfaces:
Serializable
,Cloneable
,DrawingSupplier
,org.jfree.util.PublicCloneable
public class MyDefaultShapeDrawingSupplier extends DefaultDrawingSupplier implements DrawingSupplier
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.jfree.chart.plot.DefaultDrawingSupplier
DEFAULT_OUTLINE_PAINT_SEQUENCE, DEFAULT_OUTLINE_STROKE_SEQUENCE, DEFAULT_PAINT_SEQUENCE, DEFAULT_SHAPE_SEQUENCE, DEFAULT_STROKE_SEQUENCE
-
Constructor Summary
Constructors Constructor Description MyDefaultShapeDrawingSupplier(float shapeSize)
-
Method Summary
Methods inherited from class org.jfree.chart.plot.DefaultDrawingSupplier
clone, createStandardSeriesShapes, equals, getNextOutlinePaint, getNextOutlineStroke, getNextPaint, getNextShape, getNextStroke
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jfree.chart.plot.DrawingSupplier
getNextOutlinePaint, getNextOutlineStroke, getNextPaint, getNextShape, getNextStroke
-
Constructor Details
-
MyDefaultShapeDrawingSupplier
public MyDefaultShapeDrawingSupplier(float shapeSize)
-