Class CommandScaleInterval
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<PacketDiagram>
net.sourceforge.plantuml.packetdiag.command.CommandScaleInterval
- All Implemented Interfaces:
Command<PacketDiagram>
Parses and applies the
scale_interval=<N> directive for packetdiag diagrams.
Controls how often bit positions are numbered on the scale by calling
PacketDiagram.updateScaleInterval(int).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResultexecuteArg(PacketDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracketMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.command.Command
isCommandForbidden
-
Constructor Details
-
CommandScaleInterval
public CommandScaleInterval()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(PacketDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<PacketDiagram>- Throws:
NoSuchColorException
-