WalkerLayoutConfiguration

data class WalkerLayoutConfiguration(val horizontalDistance: Float = 1.0f, val verticalDistance: Float = 1.0f, val orientation: Orientation = Orientation.TopToBottom)

Configuration for the Walker layout algorithm.

Constructors

Link copied to clipboard
constructor(horizontalDistance: Float = 1.0f, verticalDistance: Float = 1.0f, orientation: Orientation = Orientation.TopToBottom)

Properties

Link copied to clipboard

Minimum horizontal spacing between sibling nodes.

Link copied to clipboard

Direction in which the tree grows from root to leaves.

Link copied to clipboard

Vertical spacing between depth levels.