TreeMap

Undocumented in source.
template TreeMap (
Node
) {}

Members

Classes

TreeMap
class TreeMap

A Treemap is a compact two dimensional representation of the "size" of Nodes to each other. Each Node has a size that is used to determine how much space is reserved for this Node when laying the Treemap out on a Rect.

Functions

size
double size(Node[] nodes)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta