Class CommandExoArrowRight
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandExoArrowRight
- All Implemented Interfaces:
Command<SequenceDiagram>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final java.lang.String
protected static final java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final CommandExecutionResult
executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) 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
-
Field Details
-
ARROW_SUPPCIRCLE1
protected static final java.lang.String ARROW_SUPPCIRCLE1- See Also:
-
ARROW_SUPPCIRCLE2
protected static final java.lang.String ARROW_SUPPCIRCLE2- See Also:
-
-
Constructor Details
-
CommandExoArrowRight
public CommandExoArrowRight()
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<SequenceDiagram>
- Throws:
NoSuchColorException
-