Class CommandArrow
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandArrow
- All Implemented Interfaces:
Command<SequenceDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrowConfiguration
applyStyle
(String arrowStyle, ArrowConfiguration config) protected CommandExecutionResult
executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) static String
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandArrow
public CommandArrow()
-
-
Method Details
-
getColorOrStylePattern
-
executeArg
protected CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<SequenceDiagram>
- Throws:
NoSuchColorException
-
applyStyle
public static ArrowConfiguration applyStyle(String arrowStyle, ArrowConfiguration config) throws NoSuchColorException - Throws:
NoSuchColorException
-