Package net.sourceforge.plantuml.wbs
Class CommandWBSOrgmode
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<WBSDiagram>
-
- net.sourceforge.plantuml.wbs.CommandWBSOrgmode
-
- All Implemented Interfaces:
Command<WBSDiagram>
public class CommandWBSOrgmode extends SingleLineCommand2<WBSDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandWBSOrgmode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResultexecuteArg(WBSDiagram 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(WBSDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArgin classSingleLineCommand2<WBSDiagram>- Throws:
NoSuchColorException
-
-