| Package | com.flextoolbox.controls.treeMapClasses |
| Class | public class RecursiveSquarifyLayout |
| Implements | ITreeMapLayoutStrategy |
Note: This is a recursive version of the squarify
algorithm, which means that the number of items displayed is limited by
the maximum size of the call stack. It is included mainly for academic
purposes. In general, you should use SquarifyLayout.
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| RecursiveSquarifyLayout | ||
|
Updates the size and positions of a TreeMap branch renderer's child items.
| RecursiveSquarifyLayout | ||
| RecursiveSquarifyLayout | () | constructor |
public function RecursiveSquarifyLayout()Constructor.
| updateLayout | () | method |
public function updateLayout(branchRenderer:ITreeMapBranchRenderer, bounds:Rectangle):voidUpdates the size and positions of a TreeMap branch renderer's child items.
ParametersbranchRenderer:ITreeMapBranchRenderer |
|
bounds:Rectangle |