Package net.sourceforge.plantuml.wbs
Class CommandWBSItem
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<WBSDiagram>
net.sourceforge.plantuml.wbs.CommandWBSItem
- All Implemented Interfaces:
Command<WBSDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(WBSDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandWBSItem
public CommandWBSItem(int mode)
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(WBSDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<WBSDiagram>
- Throws:
NoSuchColorException
-