Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class SliceAndDice
ImplementsITreeMapLayoutStrategy

Lays out TreeMap nodes using the Slice-and-dice subdivision alogrithm. Preserves the original ordering of the data set, but generates high aspect ratios. Node positions are very stable.

See also

zeuslabs.visualization.treemaps.TreeMap


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

Constructor.

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

Parameters
treeMap:TreeMap