Class CommandCreateMap
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines2<AbstractClassOrObjectDiagram>
net.sourceforge.plantuml.objectdiagram.command.CommandCreateMap
- All Implemented Interfaces:
Command<AbstractClassOrObjectDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeNow
(AbstractClassOrObjectDiagram diagram, BlocLines lines) java.lang.String
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
actionIfCommandValid, execute, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandCreateMap
public CommandCreateMap()
-
-
Method Details
-
getPatternEnd
public java.lang.String getPatternEnd()- Specified by:
getPatternEnd
in classCommandMultilines2<AbstractClassOrObjectDiagram>
-
executeNow
protected CommandExecutionResult executeNow(AbstractClassOrObjectDiagram diagram, BlocLines lines) throws NoSuchColorException - Specified by:
executeNow
in classCommandMultilines2<AbstractClassOrObjectDiagram>
- Throws:
NoSuchColorException
-