Package net.sourceforge.plantuml.command
Class CommandScaleMaxHeight
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand<AbstractPSystem>
-
- net.sourceforge.plantuml.command.CommandScaleMaxHeight
-
- All Implemented Interfaces:
Command<AbstractPSystem>
public class CommandScaleMaxHeight extends SingleLineCommand<AbstractPSystem>
-
-
Constructor Summary
Constructors Constructor Description CommandScaleMaxHeight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(AbstractPSystem diagram, java.util.List<java.lang.String> arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getSplit, isCommandForbidden, isForbidden, isValid
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractPSystem diagram, java.util.List<java.lang.String> arg)
- Specified by:
executeArg
in classSingleLineCommand<AbstractPSystem>
-
-