public interface DrawingSupplier
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
.
Modifier and Type | Method and Description |
---|---|
Paint |
getNextFillPaint()
Returns the next fill paint in a sequence maintained by the supplier.
|
Paint |
getNextOutlinePaint()
Returns the next outline paint in a sequence maintained by the supplier.
|
Stroke |
getNextOutlineStroke()
Returns the next
Stroke object in a sequence maintained by
the supplier. |
Paint |
getNextPaint()
Returns the next paint in a sequence maintained by the supplier.
|
Shape |
getNextShape()
Returns the next
Shape object in a sequence maintained by
the supplier. |
Stroke |
getNextStroke()
Returns the next
Stroke object in a sequence maintained by
the supplier. |
Paint getNextPaint()
Paint getNextOutlinePaint()
Paint getNextFillPaint()
Stroke getNextStroke()
Stroke
object in a sequence maintained by
the supplier.Stroke getNextOutlineStroke()
Stroke
object in a sequence maintained by
the supplier.Shape getNextShape()
Shape
object in a sequence maintained by
the supplier.Jas4pp 1.5 © Java Analysis Studio for Particle Physics