WalkerTreeLayout

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.

nodeExtentProvider

Provides node dimensions. Defaults to dimensionless points (0×0).

Type Parameters

T

The node type of the external tree.