Package net.sourceforge.plantuml.wire
Class CommandNewColumn
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<WireDiagram>
-
- net.sourceforge.plantuml.wire.CommandNewColumn
-
- All Implemented Interfaces:
Command<WireDiagram>
public class CommandNewColumn extends SingleLineCommand2<WireDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandNewColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(WireDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(WireDiagram diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<WireDiagram>
-
-