Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class Squarify
ImplementsITreeMapLayoutStrategy

Lays out TreeMap nodes using the Squarified subdivision alogrithm. Generates excellent aspect ratios, but doesn't preserve the original ordering of the data set. Node positions have medium stability.

See also

zeuslabs.visualization.treemaps.TreeMap


Public Methods
 MethodDefined by
  
Constructor.
Squarify
  
updateLayout(treeMap:TreeMap):void
Squarify
Constructor detail
Squarify()constructor
public function Squarify()

Constructor.

Method detail
updateLayout()method
public function updateLayout(treeMap:TreeMap):void

Parameters
treeMap:TreeMap