Class CommandExoArrowLeft
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandExoArrowLeft
- All Implemented Interfaces:
Command<SequenceDiagram>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final CommandExecutionResult
executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Field Details
-
ARROW_SUPPCIRCLE1
- See Also:
-
ARROW_SUPPCIRCLE2
- See Also:
-
-
Constructor Details
-
CommandExoArrowLeft
public CommandExoArrowLeft()
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<SequenceDiagram>
- Throws:
NoSuchColorException
-