| Package | com.flextoolbox.controls.treeMapClasses |
| Class | public class TreeMapItemLayoutData |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
TreeMapItemLayoutData(data:Object)
Constructor.
| TreeMapItemLayoutData | ||
| data | property |
public var data:Object = 0The item from the data provider.
| height | property |
public var height:Number = 0The height of the node.
| weight | property |
public var weight:Number = 0The weight (area) of the item.
| width | property |
public var width:Number = 0The width of the node.
| x | property |
public var x:Number = 0The x position of the node.
| y | property |
public var y:Number = 0The y position of the node.
| TreeMapItemLayoutData | () | constructor |
public function TreeMapItemLayoutData(data:Object)Constructor.
Parametersdata:Object |