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 ArrowConfigurationapplyStyle(String arrowStyle, ArrowConfiguration config) protected CommandExecutionResultexecuteArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) static StringMethods inherited from class SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandArrow
public CommandArrow()
-
-
Method Details
-
getColorOrStylePattern
-
executeArg
protected CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<SequenceDiagram>- Throws:
NoSuchColorException
-
applyStyle
public static ArrowConfiguration applyStyle(String arrowStyle, ArrowConfiguration config) throws NoSuchColorException - Throws:
NoSuchColorException
-