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.
|
Refresh |
A class that fixes the disappearing turtle bug
|
RefreshTask |
The task that refreshes the turtle
|
Renderer |
Renders the graphical representation of the turtle
|
TurtleField |
Rudimentary view showing turtles and MVC.
|
TurtlePen | |
TurtleThread |
Runs a turtleField on a new thread to avoid errors
|