Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class BaseTreeMapData
SubclassesTreeMapBranchData, TreeMapLeafData

The data passed to drop-in TreeMap item renderers.

See also

com.flextoolbox.controls.TreeMap


Public Properties
 PropertyDefined by
  dataTip : String = ""
THe data tip to be displayed by the renderer.
BaseTreeMapData
  depth : int = 0
The depth of the renderer.
BaseTreeMapData
  label : String = ""
The label to be displayed by the renderer.
BaseTreeMapData
  owner : TreeMap
The TreeMap that displays this data.
BaseTreeMapData
  uid : String
The unique identifier for this item.
BaseTreeMapData
  weight : Number = 0
The weight (area) of the item.
BaseTreeMapData
Public Methods
 MethodDefined by
  
Constructor.
BaseTreeMapData
Property detail
dataTipproperty
public var dataTip:String = ""

THe data tip to be displayed by the renderer.

depthproperty 
public var depth:int = 0

The depth of the renderer.

labelproperty 
public var label:String = ""

The label to be displayed by the renderer.

ownerproperty 
public var owner:TreeMap

The TreeMap that displays this data.

uidproperty 
public var uid:String

The unique identifier for this item.

weightproperty 
public var weight:Number = 0

The weight (area) of the item.

Constructor detail
BaseTreeMapData()constructor
public function BaseTreeMapData()

Constructor.