Class PenUp
- java.lang.Object
-
- ch.unibas.informatik.jturtle.commands.PenUp
-
- All Implemented Interfaces:
TurtleCommand
public class PenUp extends java.lang.Object implements TurtleCommand
-
-
Constructor Summary
Constructors Constructor Description PenUp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinterpret(TurtleInterpreter interpreter)
-
-
-
Method Detail
-
interpret
public void interpret(TurtleInterpreter interpreter)
- Specified by:
interpretin interfaceTurtleCommand
-
-