Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class TreeMapBranchData
InheritanceTreeMapBranchData Inheritance BaseTreeMapData

The data passed to drop-in TreeMap branch renderers.

See also

com.flextoolbox.controls.TreeMap


Public Properties
 PropertyDefined by
  closed : Boolean = false
If true, the branch will not position its children.
TreeMapBranchData
 InheriteddataTip : String = ""
THe data tip to be displayed by the renderer.
BaseTreeMapData
 Inheriteddepth : int = 0
The depth of the renderer.
BaseTreeMapData
  displaySimple : Boolean
Does not display addition information to the user, such as a label.
TreeMapBranchData
 Inheritedlabel : String = ""
The label to be displayed by the renderer.
BaseTreeMapData
  layoutStrategy : ITreeMapLayoutStrategy
The layout strategy to be used by the branch renderer to position and size its children.
TreeMapBranchData
 Inheritedowner : TreeMap
The TreeMap that displays this data.
BaseTreeMapData
 Inheriteduid : String
The unique identifier for this item.
BaseTreeMapData
 Inheritedweight : Number = 0
The weight (area) of the item.
BaseTreeMapData
  zoomed : Boolean = false
If true, the branch is displayed at full size over the whole treemap.
TreeMapBranchData
Public Methods
 MethodDefined by
  
Constructor.
TreeMapBranchData
Property detail
closedproperty
public var closed:Boolean = false

If true, the branch will not position its children.

displaySimpleproperty 
public var displaySimple:Boolean

Does not display addition information to the user, such as a label.

layoutStrategyproperty 
public var layoutStrategy:ITreeMapLayoutStrategy

The layout strategy to be used by the branch renderer to position and size its children.

zoomedproperty 
public var zoomed:Boolean = false

If true, the branch is displayed at full size over the whole treemap.

Constructor detail
TreeMapBranchData()constructor
public function TreeMapBranchData()

Constructor.