public interface ShapePainter
paintPoint
,
which is called once for each point.Modifier and Type | Method | Description |
---|---|---|
void |
paintPoint(Tuple tuple,
java.awt.Color color,
Paper paper) |
Paints a point given the current state.
|
void paintPoint(Tuple tuple, java.awt.Color color, Paper paper)
color
is non-null,
then this painter must take steps to colour its painting.
Otherwise, it should use the defaults for the graphics context
on which it's painting.tuple
- tuplecolor
- colour, or null for defaultpaper
- graphics destinationCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.