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