Package galapagos

Interface Summary
DrawingController Any class that wants to draw something on a DrawingCanvas must implement this interface.
 

Class Summary
DrawingCanvas Generic Canvas descendant object for drawing lines.
DrawTextCommand  
HeadingCommand  
JumpToCommand  
MoveCommand  
MoveToCommand  
OrientationCommand  
PenColorCommand  
PenSizeCommand  
PenStateCommand  
PlotCommand  
Position The Position object represent a point in the coordinate system.
PositionCommand  
PrintCommand  
SpeedCommand  
TurnCommand  
Turtle This Turtle draws geometric shapes a DrawingCanvas.
TurtleCommand Superclass of different types of turtle commands.
TurtleDrawingWindow A simple window for allowing turtles to draw.
TurtleShape A class responsible for maintaining and manipulating the turtle shape.
VisibilityCommand