Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class SliceAndDiceLayout
ImplementsITreeMapLayoutStrategy

Slice-and-dice layout algorithm for the TreeMap component. The slice-and- dice algorithm creates nodes that are ordered, with very high aspect ratios, but stable node positions.

See also

com.flextoolbox.controls.TreeMap


Public Methods
 MethodDefined by
  
Constructor.
SliceAndDiceLayout
  
updateLayout(branchRenderer:ITreeMapBranchRenderer, bounds:Rectangle):void
Updates the size and positions of a TreeMap branch renderer's child items.
SliceAndDiceLayout
Constructor detail
SliceAndDiceLayout()constructor
public function SliceAndDiceLayout()

Constructor.

Method detail
updateLayout()method
public function updateLayout(branchRenderer:ITreeMapBranchRenderer, bounds:Rectangle):void

Updates the size and positions of a TreeMap branch renderer's child items.

Parameters
branchRenderer:ITreeMapBranchRenderer
 
bounds:Rectangle