| Package | fr.kapit.components.treemap |
| Interface | public interface ITreeMapInfo |
| Implementors | BranchInfo, NodeInfo |
| Property | Defined 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 | ||
| area | property |
area:Number [read-only]Indicates the area of the element.
Implementation public function get area():Number
| 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