Package net.sourceforge.plantuml.command
Class CommandScaleMaxHeight
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<AbstractPSystem>
-
- net.sourceforge.plantuml.command.CommandScaleMaxHeight
-
- All Implemented Interfaces:
Command<AbstractPSystem>
public class CommandScaleMaxHeight extends SingleLineCommand2<AbstractPSystem>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandScaleMaxHeight
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Field Detail
-
ME
public static final CommandScaleMaxHeight ME
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<AbstractPSystem>
-
-