Class CommandBackward3
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<ActivityDiagram3>
net.sourceforge.plantuml.activitydiagram3.command.CommandBackward3
- All Implemented Interfaces:
Command<ActivityDiagram3>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResultexecuteArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) static LinkRenderinggetBackRendering(ActivityDiagram3 diagram, RegexResult arg, String name) Methods inherited from class SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandBackward3
public CommandBackward3()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<ActivityDiagram3>- Throws:
NoSuchColorException
-
getBackRendering
public static LinkRendering getBackRendering(ActivityDiagram3 diagram, RegexResult arg, String name) throws NoSuchColorException - Throws:
NoSuchColorException
-