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>
public class CommandMultilinesHeader extends CommandMultilines<TitledDiagram>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandMultilinesHeader
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(TitledDiagram diagram, BlocLines lines)
String
getPatternEnd()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid
-
-
-
-
Field Detail
-
ME
public static final CommandMultilinesHeader ME
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEnd
in classCommandMultilines<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines) throws NoSuchColorException
- Throws:
NoSuchColorException
-
-