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
(ThemeStyle themeStyle, java.lang.String arrowStyle, ArrowConfiguration config) protected CommandExecutionResult
executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) static java.lang.String
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
-
Constructor Details
-
CommandArrow
public CommandArrow()
-
-
Method Details
-
getColorOrStylePattern
public static java.lang.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, java.lang.String arrowStyle, ArrowConfiguration config) throws NoSuchColorException - Throws:
NoSuchColorException
-