| Property | Defined by | ||
|---|---|---|---|
| area : Number [read-only]
Indicates the area of the element.
| NodeInfo | ||
| color : uint [read-only]
Indicates the color of the node.
| NodeInfo | ||
| depth : int [read-only]
Indicates the depth of the element in the treemap hierarchy.
| NodeInfo | ||
| isGroup : Boolean [read-only]
Indicates wether the element is a branch or node.
| NodeInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
NodeInfo(isGroup:Boolean, depth:int, area:Number, color:uint)
| NodeInfo | ||
| area | property |
area:Number [read-only]Indicates the area of the element.
Implementation public function get area():Number
| color | property |
color:uint [read-only]Indicates the color of the node.
Implementation public function get color():uint
| 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
| NodeInfo | () | constructor |
public function NodeInfo(isGroup:Boolean, depth:int, area:Number, color:uint)Parameters
isGroup:Boolean |
|
depth:int |
|
area:Number |
|
color:uint |