| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
BranchInfo(isGroup:Boolean, depth:int, area:Number, childrenCount:int, childNodesCount:int, childBranchesCount:int, allChildNodesCount:int)
| BranchInfo | ||
| allChildNodesCount | property |
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
| area | property |
area:Number [read-only]Indicates the area of the element.
Implementation public function get area():Number
| childBranchesCount | property |
childBranchesCount:int [read-only]Indicates the number of branches that are children of this branch.
Implementation public function get childBranchesCount():int
| childNodesCount | property |
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
| childrenCount | property |
childrenCount:int [read-only]Indicates the number of the children of this branch.
Implementation public function get childrenCount():int
| depth | property |
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
| isGroup | property |
isGroup:Boolean [read-only]Indicates wether the element is a branch or node.
Implementation public function get isGroup():Boolean
| 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 |