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