Package net.sourceforge.plantuml.wire
Class CommandSpot
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<WireDiagram>
-
- net.sourceforge.plantuml.wire.CommandSpot
-
- All Implemented Interfaces:
Command<WireDiagram>
public class CommandSpot extends SingleLineCommand2<WireDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandSpot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(WireDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(WireDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArg
in classSingleLineCommand2<WireDiagram>
- Throws:
NoSuchColorException
-
-