Package net.sourceforge.plantuml.command
Class CommandSpriteSvg
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<TitledDiagram>
-
- net.sourceforge.plantuml.command.CommandSpriteSvg
-
- All Implemented Interfaces:
Command<TitledDiagram>
public class CommandSpriteSvg extends SingleLineCommand2<TitledDiagram>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandSpriteSvg
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(TitledDiagram system, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Field Detail
-
ME
public static final CommandSpriteSvg ME
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(TitledDiagram system, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<TitledDiagram>
-
-