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