Package net.sourceforge.plantuml.postit
Class CommandWidth
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand<PostItDiagram>
-
- net.sourceforge.plantuml.postit.CommandWidth
-
- All Implemented Interfaces:
Command<PostItDiagram>
public class CommandWidth extends SingleLineCommand<PostItDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandWidth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(PostItDiagram system, java.util.List<java.lang.String> arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getSplit, isCommandForbidden, isForbidden, isValid
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(PostItDiagram system, java.util.List<java.lang.String> arg)
- Specified by:
executeArg
in classSingleLineCommand<PostItDiagram>
-
-