| Interface | Description |
|---|---|
| TurtleListener |
A simple listener interface that listens to changes to the turtle and
processes them, as appropriate.
|
| Class | Description |
|---|---|
| ImageRenderer |
Displays the given image
|
| JTurtle |
This class is a simple MoboLogo/Slogo turtle model for illustrating
rudimentary MVC for turtles and simple Graphics2D concepts
|
| PolyRenderer |
Default renderer: draws as a triangle.
|
| Renderer |
Renders the graphical representation of the turtle
|
| SoundPlayer | |
| TurtleField |
Rudimentary view showing turtles and MVC.
|
| UserOutput |