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