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(ThemeStyle themeStyle, String arrowStyle, ArrowConfiguration config)
protected CommandExecutionResult
executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg)
static String
getColorOrStylePattern()
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getColorOrStylePattern
public static String 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(ThemeStyle themeStyle, String arrowStyle, ArrowConfiguration config) throws NoSuchColorException
- Throws:
NoSuchColorException
-
-