Interface | Description |
---|---|
TPrintable |
Interface for printing on an attached printer.
|
Class | Description |
---|---|
LineRenderer |
This class is responsible for drawing the turtle's lines.
|
Pen |
The Pen class provides anything used for drawing the lines, such as line width,
pen color, end caps, dashed lines, etc.
|
Playground |
A
Playground is the Turtle 's home, i.e. the Turtle lives
and moves in the Playground . |
Turtle |
The core class for turtles.
|
TurtleRenderer |
This class is responsible for creating and choosing the correct Turtle picture.
|