Queue Layout Element
@Serializable
Where and how to draw a queue's waiting members. Keyed by queueName from the trace. position is the head (front of the line, nearest service); members extend away from it along growthDegrees (0° = right, increasing clockwise on screen: 90° = down, 180° = left, 270° = up). Member i is drawn at head + i·spacing·(cos θ, sin θ) (8I.6).
Constructors
Link copied to clipboard
constructor(queueName: String, position: LayoutPoint, growthDegrees: Double = 0.0, spacing: Double = 12.0, maxShown: Int = 10)