Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class SquarifyLayout
ImplementsITreeMapLayoutStrategy

The squarify treemap layout algorithm creates nodes that are unordered, with the lowest possible aspect ratios, and medium stability of node positions. In short, the algorithm attempts to make all the nodes into squares.

See also

com.flextoolbox.controls.TreeMap


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

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