Package net.sourceforge.plantuml.command
Class CommandMultilinesHeader
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines<TitledDiagram>
net.sourceforge.plantuml.command.CommandMultilinesHeader
- All Implemented Interfaces:
Command<TitledDiagram>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecute
(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
finalVerification, getDescription, getStartingPattern, isCommandForbidden, isEligibleFor, isValid
-
Field Details
-
ME
-
-
Method Details
-
getPatternEnd
- Specified by:
getPatternEnd
in classCommandMultilines<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) throws NoSuchColorException - Throws:
NoSuchColorException
-