A Treemap is a compact two dimensional representation of the "weigth" of Nodes to each other. Each Node has a weight that is used to determine how much space is reserved for this Node when laying the Treemap out on a Rect.
Finds the deepest Node that contains the given position. @return Maybe!Node @see Unittest on how to use it.
@param n which rect to return. @return the Rect of the given Node.
Layouts the treemap for a Rect.
See Implementation
A Treemap is a compact two dimensional representation of the "weigth" of Nodes to each other. Each Node has a weight that is used to determine how much space is reserved for this Node when laying the Treemap out on a Rect.