Package net.sourceforge.plantuml.command
Class CommandRankDir
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<TitledDiagram>
net.sourceforge.plantuml.command.CommandRankDir
- All Implemented Interfaces:
Command<TitledDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(TitledDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandRankDir
public CommandRankDir()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg) - Specified by:
executeArg
in classSingleLineCommand2<TitledDiagram>
-