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