Class CommandReferenceMultilinesOverSeveral
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandReferenceMultilinesOverSeveral
- All Implemented Interfaces:
Command<SequenceDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SequenceDiagram diagram, BlocLines lines) java.lang.String
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
actionIfCommandValid, getDescription, getStartingPattern, isCommandForbidden, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandReferenceMultilinesOverSeveral
public CommandReferenceMultilinesOverSeveral()
-
-
Method Details
-
getPatternEnd
public java.lang.String getPatternEnd()- Specified by:
getPatternEnd
in classCommandMultilines<SequenceDiagram>
-
execute
public CommandExecutionResult execute(SequenceDiagram diagram, BlocLines lines) throws NoSuchColorException - Throws:
NoSuchColorException
-