| Package | com.flextoolbox.controls.treeMapClasses |
| Class | public class BaseTreeMapData |
| Subclasses | TreeMapBranchData, TreeMapLeafData |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| BaseTreeMapData | ||
| dataTip | property |
public var dataTip:String = ""THe data tip to be displayed by the renderer.
| depth | property |
public var depth:int = 0The depth of the renderer.
| label | property |
public var label:String = ""The label to be displayed by the renderer.
| owner | property |
public var owner:TreeMapThe TreeMap that displays this data.
| uid | property |
public var uid:StringThe unique identifier for this item.
| weight | property |
public var weight:Number = 0The weight (area) of the item.
| BaseTreeMapData | () | constructor |
public function BaseTreeMapData()Constructor.