Package net.sourceforge.plantuml.mindmap
Class CommandMindMapOrgmodeMultiline
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines2<MindMapDiagram>
-
- net.sourceforge.plantuml.mindmap.CommandMindMapOrgmodeMultiline
-
- All Implemented Interfaces:
Command<MindMapDiagram>
public class CommandMindMapOrgmodeMultiline extends CommandMultilines2<MindMapDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandMindMapOrgmodeMultiline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeNow(MindMapDiagram diagram, BlocLines lines)
String
getPatternEnd()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
actionIfCommandValid, execute, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEnd
in classCommandMultilines2<MindMapDiagram>
-
executeNow
protected CommandExecutionResult executeNow(MindMapDiagram diagram, BlocLines lines) throws NoSuchColorException
- Specified by:
executeNow
in classCommandMultilines2<MindMapDiagram>
- Throws:
NoSuchColorException
-
-