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