assign lanes to ordered nodes
the nodes in to assign lanes to in order from top to bottom
set whether to assign bidirectional indices
The first node will be assigned lane zero. If bidirectional, the lanes can fan out in either direction from there, otherwise new lanes will always be added to the right.
(default: false
)
get the current bidirectional setting
set whether to used compressed output
If output is compressed a free lane will be chosen over minimizing edge lengths. This can sometimes create cluttered layouts, but they will be less wide.
(default: true
)
get the current compressed setting
set whether the greedy assignment should be top-down or bottom-up.
These produce slightly different results with the way the nodes are assigned.
(default: true
)
get whether the current operator is set to assign top-down..
Generated using TypeDoc
a lane operator that assigns lanes greedily, but quickly.
Create with laneGreedy.