Uses of Class
slogo.instruction.drawing.OneParameterInstruction

Packages that use OneParameterInstruction
slogo.instruction.drawing   
 

Uses of OneParameterInstruction in slogo.instruction.drawing
 

Subclasses of OneParameterInstruction in slogo.instruction.drawing
 class Back
          moves the turtle backwards by the amount specified
 class Forward
          moves the turtle forward by dist pixels
 class Left
          turns the turtle counterclockwise by the specified angle
 class Right
          turns the turtle clockwise by the specified angle
 class SetPenColor
          Sets the turtle's pen color.
 class SetX
          moves the turtle horizontally to a new absolute horizontal coordinate
 class SetY
          moves the turtle vertically to a new absolute vertical coordinate.