- teleport(double, double)
- Method in class org.gannacademy.cdf.turtlelogo.AnimatedTurtle
-
- teleport(double, double)
- Method in class org.gannacademy.cdf.turtlelogo.Turtle
-
Move the turtle instantaneously to a particular location
- Terrarium - Class
in org.gannacademy.cdf.turtlelogo
-
A
Turtle
lives (and
draws) inside a
Terrarium
.
- Terrarium() - Constructor
for class org.gannacademy.cdf.turtlelogo.Terrarium
-
Construct a new terrarium of default dimensions, centered on the screen in its own
window
- Terrarium.UnderTheSurface - Class in org.gannacademy.cdf.turtlelogo
-
The parts of the terrarium that are "under the surface" are not meant to be used by
students.
- to(double, double)
- Method in class org.gannacademy.cdf.turtlelogo.Turtle
-
- tp(double, double)
- Method in class org.gannacademy.cdf.turtlelogo.Turtle
-
- Track - Class in org.gannacademy.cdf.turtlelogo
-
Turtles make visible tracks in terraria (by dragging their pens, of course)
- Track(double, double, double, double, Color, Stroke, Turtle.UnderTheShell)
- Constructor for class org.gannacademy.cdf.turtlelogo.Track
-
Construct a new track segment
- turn(double)
- Method in class org.gannacademy.cdf.turtlelogo.AnimatedTurtle
-
- turn(double) - Method in class
org.gannacademy.cdf.turtlelogo.Turtle
-
Turn the turtle from its current heading
- TURN_SPEED_CUTOFF
- Static variable in class org.gannacademy.cdf.turtlelogo.AnimatedTurtle
-
25 milliseconds
- Turtle - Class in org.gannacademy.cdf.turtlelogo
-
- Turtle() - Constructor for class
org.gannacademy.cdf.turtlelogo.Turtle
-
Construct a turtle in the default terrarium
- Turtle(Terrarium)
- Constructor for class org.gannacademy.cdf.turtlelogo.Turtle
-
Construct a turtle in a custom terrarium
- Turtle.UnderTheShell - Class in org.gannacademy.cdf.turtlelogo
-
The parts of the turtle that are "under the shell" are not meant to be used by
students.