Class CommandCreateElementMultilines
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines2<AbstractEntityDiagram>
net.sourceforge.plantuml.descdiagram.command.CommandCreateElementMultilines
- All Implemented Interfaces:
Command<AbstractEntityDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeNow
(AbstractEntityDiagram diagram, BlocLines lines) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandCreateElementMultilines
public CommandCreateElementMultilines(int type)
-
-
Method Details
-
getPatternEnd
- Specified by:
getPatternEnd
in classCommandMultilines2<AbstractEntityDiagram>
-
executeNow
protected CommandExecutionResult executeNow(AbstractEntityDiagram diagram, BlocLines lines) throws NoSuchColorException - Specified by:
executeNow
in classCommandMultilines2<AbstractEntityDiagram>
- Throws:
NoSuchColorException
-