public interface StatePainter
Modifier and Type | Method and Description |
---|---|
void |
paint(java.awt.Graphics2D g2,
State s,
float cWidth,
float cHeight)
Paints general state information not to graphics context g2
|
void paint(java.awt.Graphics2D g2, State s, float cWidth, float cHeight)
g2
- graphics context to which the static data should be painteds
- the state to be paintedcWidth
- the width of the canvascHeight
- the height of the canvas