| Package | Description |
|---|---|
| hevs.graphics | |
| hevs.graphics.advanced |
| Modifier and Type | Class and Description |
|---|---|
class |
TurtleGraphics
Graphics class that emulates the tortoise in the Logo programming language
The turtle starts looking up with a black color, pen up
Basic port implementation by Pierre Roduit, rewritten for use with
FunGraphics
by Pierre-Andre Mudry. |
| Modifier and Type | Class and Description |
|---|---|
class |
ListGraphics
Extension of
#FunGraphics that manages a list of #Drawable
objects that are displayed using the #drawAllObjects() method. |