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