Walker Tree Layout
constructor(adapter: TreeAdapter<T>, configuration: WalkerLayoutConfiguration = WalkerLayoutConfiguration(), nodeExtentProvider: NodeExtentProvider<T> = UniformNodeExtentProvider())
Parameters
adapter
Adapter providing tree traversal over the external structure.
configuration
Layout spacing parameters.
node Extent Provider
Provides node dimensions. Defaults to dimensionless points (0×0).
Type Parameters
T
The node type of the external tree.