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 ArrowConfigurationapplyStyle(java.lang.String arrowStyle, ArrowConfiguration config)protected CommandExecutionResultexecuteArg(SequenceDiagram diagram, LineLocation location, RegexResult arg)static java.lang.StringgetColorOrStylePattern()-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getColorOrStylePattern
public static java.lang.String getColorOrStylePattern()
-
executeArg
protected CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArgin classSingleLineCommand2<SequenceDiagram>- Throws:
NoSuchColorException
-
applyStyle
public static ArrowConfiguration applyStyle(java.lang.String arrowStyle, ArrowConfiguration config) throws NoSuchColorException
- Throws:
NoSuchColorException
-
-