Packagefr.kapit.components.treemap
Classpublic class NodeInfo
ImplementsITreeMapInfo



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
NodeInfo(isGroup:Boolean, depth:int, area:Number, color:uint)
NodeInfo
Property detail
areaproperty
area:Number  [read-only]

Indicates the area of the element.

Implementation
    public function get area():Number
colorproperty 
color:uint  [read-only]

Indicates the color of the node.

Implementation
    public function get color():uint
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
NodeInfo()constructor
public function NodeInfo(isGroup:Boolean, depth:int, area:Number, color:uint)Parameters
isGroup:Boolean
 
depth:int
 
area:Number
 
color:uint