Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Y
C
canvas
- Variable in class galapagos.
TurtleDrawingWindow
Canvas for which the owner turtles will draw
canvasHeight
- Variable in class galapagos.
DrawingCanvas
The current height, in pixels, of the canvas.
canvasWidth
- Variable in class galapagos.
DrawingCanvas
The current width, in pixels, of the canvas.
centerX
- Variable in class galapagos.
DrawingCanvas
The x-coordinate of the point in the logical coordinate system that corresponds to the physical center of the canvas.
centerY
- Variable in class galapagos.
DrawingCanvas
The y-coordinate of the point in the logical coordinate system that corresponds to the physical center of the canvas.
changeOrientation(double)
- Method in class galapagos.
Turtle
Sets the orientation of this turtle.
changePenColor(Color)
- Method in class galapagos.
Turtle
Sets the pen color to the specified color.
changePenSize(float)
- Method in class galapagos.
Turtle
Sets the pen size to the specified size.
changePenState(int)
- Method in class galapagos.
Turtle
Sets the pen position of this turtle, true for pen down and false for pen up.
changePosition(Position)
- Method in class galapagos.
Turtle
Sets the current position of this turtle.
changeRedrawOrientation(double)
- Method in class galapagos.
Turtle
Changes the orientation of the turtle when redrawing the commands in the 'memory' Vector
changeRedrawPosition(Position)
- Method in class galapagos.
Turtle
Changes the position of the turtle while commands in the 'memory' vector are being executed.
changeSpeed(int)
- Method in class galapagos.
Turtle
Changes the speed of this turtle to the designated speed.
changeVisibility(boolean)
- Method in class galapagos.
Turtle
Change the visibility of the Turtle body.
clear()
- Method in class galapagos.
DrawingCanvas
Erases the current contents of the PlottingCanvas by painting the whole canvas with the background color.
clear()
- Method in class galapagos.
TurtleDrawingWindow
Erases the current contents of the PlottingCanvas by painting the whole canvas with the background color.
color
- Variable in class galapagos.
PenColorCommand
color
- Variable in class galapagos.
TurtleShape
The fill color of this body shape
compose(Position, double, Point)
- Method in class galapagos.
TurtleShape
Compute a position of reference point in the global coordinate system.
CREATE_DEFAULT_WINDOW
- Static variable in class galapagos.
Turtle
Constant for creating a default drawing window
currentOrientation
- Variable in class galapagos.
Turtle
This turtle's current orientation.
currentPosition
- Variable in class galapagos.
Turtle
This turtle's current position in the logical coordinate
currentSpeed
- Variable in class galapagos.
Turtle
This turtle's current speed
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Y