Ordering

interface Ordering

Defines the order of the nodes to be laid out by the treemap algorithm.

Inheritors

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun <N, Row, Column> sort(model: TreeMapModel<N, Row, Column>, nodes: Array<N>, sortOrder: Ordering.SortOrder): Array<N>