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>
public class CommandMindMapOrgmode extends SingleLineCommand2<MindMapDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandMindMapOrgmode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(MindMapDiagram 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(MindMapDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArg
in classSingleLineCommand2<MindMapDiagram>
- Throws:
NoSuchColorException
-
-