Package net.sourceforge.plantuml.command
Class CommandScaleMaxWidth
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<AbstractPSystem>
-
- net.sourceforge.plantuml.command.CommandScaleMaxWidth
-
- All Implemented Interfaces:
Command<AbstractPSystem>
public class CommandScaleMaxWidth extends SingleLineCommand2<AbstractPSystem>
-
-
Constructor Summary
Constructors Constructor Description CommandScaleMaxWidth()
-
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
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<AbstractPSystem>
-
-