Packagecom.flextoolbox.controls.treeMapClasses
Interfacepublic interface ITreeMapLayoutStrategy
ImplementorsRecursiveSquarifyLayout, SliceAndDiceLayout, SquarifyLayout, StripLayout

Designed to allow easy switching between treemap layout algorithms. Several algorithms have been developed for treemaps and this interface may be extended to allow new layout methods.

See also

com.flextoolbox.controls.TreeMap


Public Methods
 MethodDefined by
  
updateLayout(branchRenderer:ITreeMapBranchRenderer, bounds:Rectangle):void
Updates the size and positions of a TreeMap branch renderer's child items.
ITreeMapLayoutStrategy
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