Package net.sourceforge.plantuml.command
Class CommandMultilinesLegend
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines2<TitledDiagram>
-
- net.sourceforge.plantuml.command.CommandMultilinesLegend
-
- All Implemented Interfaces:
Command<TitledDiagram>
public class CommandMultilinesLegend extends CommandMultilines2<TitledDiagram>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandMultilinesLegend
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeNow(TitledDiagram diagram, BlocLines lines)
String
getPatternEnd()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Field Detail
-
ME
public static final CommandMultilinesLegend ME
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEnd
in classCommandMultilines2<TitledDiagram>
-
executeNow
protected CommandExecutionResult executeNow(TitledDiagram diagram, BlocLines lines) throws NoSuchColorException
- Specified by:
executeNow
in classCommandMultilines2<TitledDiagram>
- Throws:
NoSuchColorException
-
-