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