Interface TurtleCommand
-
- All Known Implementing Classes:
ClearCommand,FillCommand,MoveCommand,PenColorCommand,PenSizeCommand,PenStateCommand,SetHeadingCommand,SetPositionCommand,TurnCommand,WriteTextCommand
public interface TurtleCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinterpret(TurtleInterpreter interpreter)
-
-
-
Method Detail
-
interpret
void interpret(TurtleInterpreter interpreter)
-
-