Class CommandArrow
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
-
- net.sourceforge.plantuml.sequencediagram.command.CommandArrow
-
- All Implemented Interfaces:
Command<SequenceDiagram>
public class CommandArrow extends SingleLineCommand2<SequenceDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandArrow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArrowConfiguration
applyStyle(java.lang.String arrowStyle, ArrowConfiguration config)
protected CommandExecutionResult
executeArg(SequenceDiagram diagram, RegexResult arg)
static java.lang.String
getColorOrStylePattern()
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getColorOrStylePattern
public static java.lang.String getColorOrStylePattern()
-
executeArg
protected CommandExecutionResult executeArg(SequenceDiagram diagram, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<SequenceDiagram>
-
applyStyle
public static ArrowConfiguration applyStyle(java.lang.String arrowStyle, ArrowConfiguration config)
-
-