| Package | com.flextoolbox.controls.treeMapClasses |
| Class | public class TreeMapZoomOutType |
zoomOutType property.
See also
| Constant | Defined by | ||
|---|---|---|---|
| FULL : String = "full" [static]
If a treemap's
zoomOutType property is set to "full",
zoom out actions will force the treemap to zoom out completely. | TreeMapZoomOutType | ||
| PARENT : String = "parent" [static]
If a treemap's
zoomOutType property is set to "parent",
zoom out actions will stop at the parent branch if it exists. | TreeMapZoomOutType | ||
| PREVIOUS : String = "previous" [static]
If a treemap's
zoomOutType property is set to "previous",
zoom out actions will stop at the previously zoomed in branch if it exists. | TreeMapZoomOutType | ||
| FULL | constant |
public static const FULL:String = "full"
If a treemap's zoomOutType property is set to "full",
zoom out actions will force the treemap to zoom out completely.
| PARENT | constant |
public static const PARENT:String = "parent"
If a treemap's zoomOutType property is set to "parent",
zoom out actions will stop at the parent branch if it exists.
| PREVIOUS | constant |
public static const PREVIOUS:String = "previous"
If a treemap's zoomOutType property is set to "previous",
zoom out actions will stop at the previously zoomed in branch if it exists.