Packagecom.flextoolbox.controls
Classpublic class TreeMapZoomOutType

Defines constants for different behaviors a TreeMap may follow when zooming out.



Public Constants
 ConstantDefined 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
Constant detail
FULLconstant
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.

PARENTconstant 
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.

PREVIOUSconstant 
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.