Squarify

class Squarify(aspectRatio: Float = GOLDEN_RATIO) : TileMethod

Implementation of https://www.win.tue.nl/~vanwijk/stm.pdf

Constructors

Link copied to clipboard
constructor(aspectRatio: Float = GOLDEN_RATIO)

Functions

Link copied to clipboard
open override fun tile(parent: Node<*, Tile>)