Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class TreeMapItemLayoutData

Used by instances of ITreeMapLayoutStrategy to position nodes within a TreeMap control

See also

ITreeMapLayoutStrategy
com.flextoolbox.controls.TreeMap


Public Properties
 PropertyDefined by
  data : Object = 0
The item from the data provider.
TreeMapItemLayoutData
  height : Number = 0
The height of the node.
TreeMapItemLayoutData
  weight : Number = 0
The weight (area) of the item.
TreeMapItemLayoutData
  width : Number = 0
The width of the node.
TreeMapItemLayoutData
  x : Number = 0
The x position of the node.
TreeMapItemLayoutData
  y : Number = 0
The y position of the node.
TreeMapItemLayoutData
Public Methods
 MethodDefined by
  
TreeMapItemLayoutData(data:Object)
Constructor.
TreeMapItemLayoutData
Property detail
dataproperty
public var data:Object = 0

The item from the data provider.

heightproperty 
public var height:Number = 0

The height of the node.

weightproperty 
public var weight:Number = 0

The weight (area) of the item.

widthproperty 
public var width:Number = 0

The width of the node.

xproperty 
public var x:Number = 0

The x position of the node.

yproperty 
public var y:Number = 0

The y position of the node.

Constructor detail
TreeMapItemLayoutData()constructor
public function TreeMapItemLayoutData(data:Object)

Constructor.

Parameters
data:Object