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