Class CommandScaleInterval

java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<PacketDiagram>
net.sourceforge.plantuml.packetdiag.command.CommandScaleInterval
All Implemented Interfaces:
Command<PacketDiagram>

public class CommandScaleInterval extends SingleLineCommand2<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).