Packagefr.kapit.components.treemap
Classpublic class BranchInfo
ImplementsITreeMapInfo



Public Properties
 PropertyDefined by
  allChildNodesCount : int
[read-only] Indicates the number of the nodes that are the children of this branch.
BranchInfo
  area : Number
[read-only] Indicates the area of the element.
BranchInfo
  childBranchesCount : int
[read-only] Indicates the number of branches that are children of this branch.
BranchInfo
  childNodesCount : int
[read-only] Indicates the number of the nodes that are the children of this branch.
BranchInfo
  childrenCount : int
[read-only] Indicates the number of the children of this branch.
BranchInfo
  depth : int
[read-only] Indicates the depth of the element in the treemap hierarchy.
BranchInfo
  isGroup : Boolean
[read-only] Indicates wether the element is a branch or node.
BranchInfo
Public Methods
 MethodDefined by
  
BranchInfo(isGroup:Boolean, depth:int, area:Number, childrenCount:int, childNodesCount:int, childBranchesCount:int, allChildNodesCount:int)
BranchInfo
Property detail
allChildNodesCountproperty
allChildNodesCount:int  [read-only]

Indicates the number of the nodes that are the children of this branch. The nodes in the child branches are counted.

Implementation
    public function get allChildNodesCount():int
areaproperty 
area:Number  [read-only]

Indicates the area of the element.

Implementation
    public function get area():Number
childBranchesCountproperty 
childBranchesCount:int  [read-only]

Indicates the number of branches that are children of this branch.

Implementation
    public function get childBranchesCount():int
childNodesCountproperty 
childNodesCount:int  [read-only]

Indicates the number of the nodes that are the children of this branch. The nodes in the child branches are not counted.

Implementation
    public function get childNodesCount():int
childrenCountproperty 
childrenCount:int  [read-only]

Indicates the number of the children of this branch.

Implementation
    public function get childrenCount():int
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
Constructor detail
BranchInfo()constructor
public function BranchInfo(isGroup:Boolean, depth:int, area:Number, childrenCount:int, childNodesCount:int, childBranchesCount:int, allChildNodesCount:int)Parameters
isGroup:Boolean
 
depth:int
 
area:Number
 
childrenCount:int
 
childNodesCount:int
 
childBranchesCount:int
 
allChildNodesCount:int