Package ch.aplu.turtle

Java multiple turtle package with a focus on education.

See:
          Description

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.
TurtleArea This class is used for a Turtle applet.
TurtleFrame This class is used for a Turtle application.
TurtleKeyAdapter Class that overides KeyAdapter.keyPressed() in order to get key events.
TurtlePane A bean class derived from Playground that can be used as component in a Gui builder.
TurtlePaneBeanInfo A bean info class derived from SimpleBeanInfo in order to restrict the visible properties of bean class TurtlePane.
TurtleRenderer This class is responsible for creating and choosing the correct Turtle picture.
 

Package ch.aplu.turtle Description

Java multiple turtle package with a focus on education.

Author: Aegidius Pluess, www.aplu.ch
Download: www.aplu.ch