Packagecom.flextoolbox.controls.treeMapClasses
Interfacepublic interface ITreeMapLayoutStrategy
ImplementorsSliceAndDice, Squarify

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.



Public Methods
 MethodDefined by
  
updateLayout(treeMap:TreeMap):void
Updates the size and positions of a TreeMap's renderers.
ITreeMapLayoutStrategy
Method detail
updateLayout()method
public function updateLayout(treeMap:TreeMap):void

Updates the size and positions of a TreeMap's renderers.

Parameters
treeMap:TreeMap