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