A B C D E F G H I J L M N O P R S T U V X Y

S

serialVersionUID - Static variable in class galapagos.DrawingCanvas
 
serialVersionUID - Static variable in class galapagos.TurtleDrawingWindow
 
setCanvas(DrawingCanvas) - Method in interface galapagos.DrawingController
 
setCanvas(DrawingCanvas) - Method in class galapagos.Turtle
Required method to implement the DrawingController interface.
setColor(Color) - Method in class galapagos.TurtleShape
Sets the fill color for this body shape
setGrid(boolean) - Method in class galapagos.DrawingCanvas
A mutator method that sets the flag for drawing the grid lines.
setGrid(boolean) - Method in class galapagos.TurtleDrawingWindow
A mutator method that sets the flag for drawing the grid lines.
setOrigin(int, int) - Method in class galapagos.DrawingCanvas
A mutator method that sets the origin point.
setOrigin(int, int) - Method in class galapagos.TurtleDrawingWindow
A mutator method that sets the origin point.
setRefShape(Point[]) - Method in class galapagos.TurtleShape
Sets the reference body shape for this turtle shape.
setUnit(double) - Method in class galapagos.DrawingCanvas
A mutator method that sets the scaling factor.
setUnit(double) - Method in class galapagos.TurtleDrawingWindow
A mutator method that sets the scaling factor.
setVisible(boolean) - Method in class galapagos.TurtleDrawingWindow
Overrides the inherited method so the canvas is set up correctly.
shape - Variable in class galapagos.TurtleShape
An array of Point objects to represent the turtle's shape in the local coordinate system.
SHAPE_SIZE - Static variable in class galapagos.TurtleShape
The size of an array to store the points of the robot shape.
show() - Method in class galapagos.Turtle
Shows this turtle, that is, the turtle body is displayed.
showBody - Variable in class galapagos.Turtle
The visibility flag: true makes turtle visible; otherwise invisible.
size - Variable in class galapagos.PenSizeCommand
 
speed - Variable in class galapagos.SpeedCommand
 
speed(int) - Method in class galapagos.Turtle
Changes the speed of this turtle
SpeedCommand - Class in galapagos
 
SpeedCommand(Turtle, int) - Constructor for class galapagos.SpeedCommand
 
start() - Method in class galapagos.Turtle
Starts moving this turtle in its own thread.
startRunning() - Method in class galapagos.Turtle
Starts this turtle running in its own thread.
state - Variable in class galapagos.PenStateCommand
 
status - Variable in class galapagos.VisibilityCommand
 
STEP_INCR - Static variable in class galapagos.Turtle
Number of logical units this turtle moves in one drawing

A B C D E F G H I J L M N O P R S T U V X Y