Uses of Class
slogo.gui.Turtle

Packages that use Turtle
slogo   
slogo.gui   
slogo.language   
slogo.parser This package is responsible for parsing the language SLogo. 
testing   
 

Uses of Turtle in slogo
 

Fields in slogo declared as Turtle
private  Turtle OldMain.myTurtle
           
private  Turtle Main.myTurtle
           
 

Fields in slogo with type parameters of type Turtle
private  java.util.Stack<Turtle> Main.redoStack
           
private  java.util.Stack<Turtle> Main.undoStack
           
 

Methods in slogo with parameters of type Turtle
 void OldMain.processTurtle(Turtle turtle)
          Process a (changed) turtle, display properties and redraw.
 void Main.processTurtle(Turtle turtle)
           
 void OldMain.setTurtle(Turtle turtle)
           
 void Main.setTurtle(Turtle turtle)
           
 

Uses of Turtle in slogo.gui
 

Methods in slogo.gui with parameters of type Turtle
 void Turtle.copy(Turtle other)
          This method allows the current Turtle object to acquire the attributes of another Turtle object without cloning and building new objects.
 void TurtleListener.processTurtle(Turtle turtle)
           
 

Uses of Turtle in slogo.language
 

Constructors in slogo.language with parameters of type Turtle
SLogoContext(Turtle turtle)
           
 

Uses of Turtle in slogo.parser
 

Constructors in slogo.parser with parameters of type Turtle
SLogoParser(Turtle turtle)
           
 

Uses of Turtle in testing
 

Fields in testing declared as Turtle
(package private)  Turtle TurtleTest.myTurtle
           
(package private)  Turtle SLogoParserTest.turtle
           
(package private)  Turtle InstructionTest.turtle