Packagefr.kapit.components.treemap
Interfacepublic interface ITreeMapInfo
ImplementorsBranchInfo, NodeInfo



Public Properties
 PropertyDefined by
  area : Number
[read-only] Indicates the area of the element.
ITreeMapInfo
  depth : int
[read-only] Indicates the depth of the element in the treemap hierarchy.
ITreeMapInfo
  isGroup : Boolean
[read-only] Indicates wether the element is a branch or node.
ITreeMapInfo
Property detail
areaproperty
area:Number  [read-only]

Indicates the area of the element.

Implementation
    public function get area():Number
depthproperty 
depth:int  [read-only]

Indicates the depth of the element in the treemap hierarchy. The depth of a node is equal to the depth of its parent branch.

Implementation
    public function get depth():int
isGroupproperty 
isGroup:Boolean  [read-only]

Indicates wether the element is a branch or node.

Implementation
    public function get isGroup():Boolean