Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class TreeMapLeafData
InheritanceTreeMapLeafData Inheritance BaseTreeMapData

The data passed to drop-in TreeMap leaf renderers.

See also

com.flextoolbox.controls.TreeMap


Public Properties
 PropertyDefined by
  color : uint = 0x000000
The color of the leaf.
TreeMapLeafData
 InheriteddataTip : String = ""
THe data tip to be displayed by the renderer.
BaseTreeMapData
 Inheriteddepth : int = 0
The depth of the renderer.
BaseTreeMapData
 Inheritedlabel : String = ""
The label to be displayed by the renderer.
BaseTreeMapData
 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
Public Methods
 MethodDefined by
  
Constructor.
TreeMapLeafData
Property detail
colorproperty
public var color:uint = 0x000000

The color of the leaf.

Constructor detail
TreeMapLeafData()constructor
public function TreeMapLeafData()

Constructor.