![]() |
Q2NSViz 0.1.0
Q2NS trace visualizer
|
A network node with a canvas-relative position. More...
Static Public Attributes | |
| str | label |
| float | x_pct |
| float | y_pct |
| bool | has_explicit_position = False |
A network node with a canvas-relative position.
| label | Unique identifier used in events and displayed on the canvas. |
| x_pct | Horizontal position as a percentage [0, 100] of the layout area. |
| y_pct | Vertical position as a percentage [0, 100] of the layout area. |
| has_explicit_position | True when (x, y) were set by a createNode event; False triggers the automatic circular layout. |
|
static |