|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrawingSupplier
A supplier of Paint
, Stroke
and Shape
objects for use by plots and renderers. By providing a central place for
obtaining these items, we can ensure that duplication is avoided.
To support the cloning of charts, classes that implement this interface
should also implement PublicCloneable
.
Method Summary | |
---|---|
java.awt.Paint |
getNextFillPaint()
Returns the next fill paint in a sequence maintained by the supplier. |
java.awt.Paint |
getNextOutlinePaint()
Returns the next outline paint in a sequence maintained by the supplier. |
java.awt.Stroke |
getNextOutlineStroke()
Returns the next Stroke object in a sequence maintained by
the supplier. |
java.awt.Paint |
getNextPaint()
Returns the next paint in a sequence maintained by the supplier. |
java.awt.Shape |
getNextShape()
Returns the next Shape object in a sequence maintained by
the supplier. |
java.awt.Stroke |
getNextStroke()
Returns the next Stroke object in a sequence maintained by
the supplier. |
Method Detail |
---|
java.awt.Paint getNextPaint()
java.awt.Paint getNextOutlinePaint()
java.awt.Paint getNextFillPaint()
java.awt.Stroke getNextStroke()
Stroke
object in a sequence maintained by
the supplier.
java.awt.Stroke getNextOutlineStroke()
Stroke
object in a sequence maintained by
the supplier.
java.awt.Shape getNextShape()
Shape
object in a sequence maintained by
the supplier.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |