Class CommandCreateEntityObjectMultilines
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines2<AbstractClassOrObjectDiagram>
net.sourceforge.plantuml.objectdiagram.command.CommandCreateEntityObjectMultilines
- All Implemented Interfaces:
Command<AbstractClassOrObjectDiagram>
public class CommandCreateEntityObjectMultilines
extends CommandMultilines2<AbstractClassOrObjectDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeNow
(AbstractClassOrObjectDiagram diagram, BlocLines lines) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandCreateEntityObjectMultilines
public CommandCreateEntityObjectMultilines()
-
-
Method Details
-
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
-