Package net.sourceforge.plantuml.command
Class CommandMultilinesCaption
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines<TitledDiagram>
net.sourceforge.plantuml.command.CommandMultilinesCaption
- All Implemented Interfaces:
Command<TitledDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(TitledDiagram 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
-
CommandMultilinesCaption
public CommandMultilinesCaption()
-
-
Method Details
-
getPatternEnd
public java.lang.String getPatternEnd()- Specified by:
getPatternEnd
in classCommandMultilines<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines) throws NoSuchColorException - Throws:
NoSuchColorException
-