public static class CartPoleVisualizer.CartPolePainter extends java.lang.Object implements StatePainter
| Constructor and Description |
|---|
CartPolePainter() |
| 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
|
public void paint(java.awt.Graphics2D g2,
State s,
float cWidth,
float cHeight)
StatePainterpaint in interface StatePainterg2 - 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