Package ch.aplu.turtle

Interface Summary
TPrintable Interface for printing on an attached printer.
TurtleContainer Implement this interface if you define your own top-level container which contains turtles.
 

Class Summary
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.
TurtleFactory This class provides functionality for generating images (java.awt.Image) of a Turtle for any angle, color (java.awt.Color) and size.
TurtleFrame This class is used for a Turtle Application.
TurtleRenderer This class is responsible for creating and choosing the correct Turtle picture.