Class CommandLinkElement
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<DescriptionDiagram>
net.sourceforge.plantuml.descdiagram.command.CommandLinkElement
- All Implemented Interfaces:
Command<DescriptionDiagram>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final java.lang.String
static final java.lang.String
-
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
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LINE_STYLE
public static final java.lang.String LINE_STYLE- See Also:
-
STYLE_COLORS_MULTIPLES
public static final java.lang.String 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
-