Skip to main content

Module layout

Module layout 

Source
Expand description

Graph layout algorithms.

Provides force-directed, hierarchical, and grid layout algorithms for positioning graph nodes in 2D space.

Structs§

GraphLayout
Computes node positions using the selected layout algorithm.
LayoutEdge
An edge between two layout nodes.
LayoutNodeId
Node identifier for layout purposes.
Position
A 2D position.

Enums§

LayoutAlgorithm
Layout algorithm selection.