java.lang.Object | |
↳ | org.jfree.chart.plot.DefaultDrawingSupplier |
A default implementation of the DrawingSupplier
interface. All
Plot
instances have a new instance of this class installed by
default.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DEFAULT_FILL_PAINT_SEQUENCE | The default fill paint sequence. | ||||||||||
DEFAULT_OUTLINE_PAINT_SEQUENCE | The default outline paint sequence. | ||||||||||
DEFAULT_OUTLINE_STROKE_SEQUENCE | The default outline stroke sequence. | ||||||||||
DEFAULT_PAINT_SEQUENCE | The default fill paint sequence. | ||||||||||
DEFAULT_SHAPE_SEQUENCE | The default shape sequence. | ||||||||||
DEFAULT_STROKE_SEQUENCE | The default stroke sequence. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new supplier, with default sequences for fill paint, outline
paint, stroke and shapes.
| |||||||||||
Creates a new supplier.
| |||||||||||
Creates a new supplier.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone.
| |||||||||||
Creates an array of standard shapes to display for the items in series
on charts.
| |||||||||||
Tests this object for equality with another object.
| |||||||||||
Returns the next fill paint in the sequence.
| |||||||||||
Returns the next outline paint in the sequence.
| |||||||||||
Returns the next outline stroke in the sequence.
| |||||||||||
Returns the next paint in the sequence.
| |||||||||||
Returns the next shape in the sequence.
| |||||||||||
Returns the next stroke in the sequence.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new supplier, with default sequences for fill paint, outline paint, stroke and shapes.
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. |
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. |
Returns a clone.
CloneNotSupportedException | if a component of the supplier does not support cloning. |
---|
Creates an array of standard shapes to display for the items in series on charts.
Tests this object for equality with another object.
obj | the object (null permitted). |
---|
Returns the next outline paint in the sequence.
Returns the next outline stroke in the sequence.