org.jfree.chart.plot
Class DefaultDrawingSupplier
java.lang.Object
org.jfree.chart.plot.DefaultDrawingSupplier
- Cloneable, DrawingSupplier, PublicCloneable, Serializable
A default implementation of the
DrawingSupplier
interface. All
Plot
instances have a new instance of this class installed by
default.
DefaultDrawingSupplier() - Creates a new supplier, with default sequences for fill paint, outline
paint, stroke and shapes.
|
DefaultDrawingSupplier(Paint[] paintSequence, Paint[] fillPaintSequence, Paint[] outlinePaintSequence, Stroke[] strokeSequence, Stroke[] outlineStrokeSequence, Shape[] shapeSequence) - Creates a new supplier.
|
DefaultDrawingSupplier(Paint[] paintSequence, Paint[] outlinePaintSequence, Stroke[] strokeSequence, Stroke[] outlineStrokeSequence, Shape[] shapeSequence) - Creates a new supplier.
|
DefaultDrawingSupplier
public DefaultDrawingSupplier()
Creates a new supplier, with default sequences for fill paint, outline
paint, stroke and shapes.
DefaultDrawingSupplier
public DefaultDrawingSupplier(Paint[] paintSequence,
Paint[] fillPaintSequence,
Paint[] outlinePaintSequence,
Stroke[] strokeSequence,
Stroke[] outlineStrokeSequence,
Shape[] shapeSequence)
Creates a new supplier.
paintSequence
- the paint sequence.fillPaintSequence
- the fill paint sequence.outlinePaintSequence
- the outline paint sequence.strokeSequence
- the stroke sequence.outlineStrokeSequence
- the outline stroke sequence.shapeSequence
- the shape sequence.
DefaultDrawingSupplier
public DefaultDrawingSupplier(Paint[] paintSequence,
Paint[] outlinePaintSequence,
Stroke[] strokeSequence,
Stroke[] outlineStrokeSequence,
Shape[] shapeSequence)
Creates a new supplier.
paintSequence
- the fill paint sequence.outlinePaintSequence
- the outline paint sequence.strokeSequence
- the stroke sequence.outlineStrokeSequence
- the outline stroke sequence.shapeSequence
- the shape sequence.
clone
public Object clone()
throws CloneNotSupportedException
Returns a clone.
createStandardSeriesShapes
public static Shape[] createStandardSeriesShapes()
Creates an array of standard shapes to display for the items in series
on charts.
equals
public boolean equals(Object obj)
Tests this object for equality with another object.
obj
- the object (null
permitted).