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