|
Data Fields |
| void(* | backward )(TurtleGraphic *tg, jfloat l) |
| void(* | clearScreen )(TurtleGraphic *tg) |
| void(* | forward )(TurtleGraphic *tg, jfloat l) |
| jfloat(* | getX )(TurtleGraphic *tg) |
| jfloat(* | getY )(TurtleGraphic *tg) |
| void(* | left )(TurtleGraphic *tg, jfloat angle) |
| void(* | moveTo )(TurtleGraphic *tg, jfloat x, jfloat y) |
| void(* | printText )(TurtleGraphic *tg, const char *text) |
| void(* | right )(TurtleGraphic *tg, jfloat angle) |
| void(* | setAngle )(TurtleGraphic *tg, jfloat angle) |
| void(* | setColor )(TurtleGraphic *tg, Color c) |
| void(* | setDraw )(TurtleGraphic *tg, jboolean draw) |
| TurtleGraphicData | tg |