Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class StripLayout
ImplementsITreeMapLayoutStrategy

The strip treemap layout algorithm creates nodes that are ordered, with medium aspect ratios, and medium stability of node positions. It is similar to the squarify layout because it tries to achieve square nodes, if possible, but it only positions out nodes in horizontal strips, instead of changing direction like squarify, and it does not sort the nodes by weight.

See also

com.flextoolbox.controls.TreeMap
com.flextoolbox.controls.treeMapClasses.SquarifyLayout


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

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