TreeMap

Undocumented in source.

Members

Classes

TreeMap
class TreeMap

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.

Functions

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

Meta