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

P

paint(Graphics) - Method in class galapagos.DrawingCanvas
Painting of the canvas is done by drawing the whole contents using the double-buffering technique.
pause() - Method in class galapagos.Turtle
Stops this turtle from moving.
PEN_DOWN - Static variable in class galapagos.Turtle
Constant for pen down state.
PEN_UP - Static variable in class galapagos.Turtle
Constant for pen up state
penColor - Variable in class galapagos.PlotCommand
 
penColor - Variable in class galapagos.Turtle
This turtle's pen color
penColor(Color) - Method in class galapagos.Turtle
Sets the color of the turtle's pen.
PenColorCommand - Class in galapagos
 
PenColorCommand(Turtle, Color) - Constructor for class galapagos.PenColorCommand
 
penDown() - Method in class galapagos.Turtle
Sets the pen state to down.
penSize - Variable in class galapagos.PlotCommand
 
penSize - Variable in class galapagos.Turtle
The pen size of this turtle in logical units
penSize(int) - Method in class galapagos.Turtle
Sets the size of this turtle's pen.
PenSizeCommand - Class in galapagos
 
PenSizeCommand(Turtle, float) - Constructor for class galapagos.PenSizeCommand
 
penState - Variable in class galapagos.PlotCommand
 
penState - Variable in class galapagos.Turtle
The position (down or up) of this turtle's pen
PenStateCommand - Class in galapagos
 
PenStateCommand(Turtle, int) - Constructor for class galapagos.PenStateCommand
 
penUp() - Method in class galapagos.Turtle
Sets the pen state to up.
playGround - Variable in class galapagos.Turtle
Default drawing window for this turtle.
plot(Graphics, Color, double, Position, Position) - Method in class galapagos.DrawingCanvas
Draws a line between two points pt1 and pt2 on the parameter graphic in the specified color and pen size.
plot(Position, int, Color, double) - Method in class galapagos.Turtle
If the pen is down, this method calls the DrawingCanvas plot method to draw a line between redrawCurrentPosition to target in the specified color and pen size.
PlotCommand - Class in galapagos
 
PlotCommand(Turtle, Position, int, Color, double) - Constructor for class galapagos.PlotCommand
 
position - Variable in class galapagos.DrawTextCommand
 
position - Variable in class galapagos.JumpToCommand
 
Position - Class in galapagos
The Position object represent a point in the coordinate system.
Position() - Constructor for class galapagos.Position
 
Position(double, double) - Constructor for class galapagos.Position
 
position - Variable in class galapagos.PositionCommand
 
PositionCommand - Class in galapagos
 
PositionCommand(Turtle, Position) - Constructor for class galapagos.PositionCommand
 
print(String) - Method in class galapagos.Turtle
Prints the specified message at the current position.
PrintCommand - Class in galapagos
 
PrintCommand(Turtle, String) - Constructor for class galapagos.PrintCommand
 

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