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
TreeMapItemLayoutData
  height : Number
TreeMapItemLayoutData
  weight : Number
TreeMapItemLayoutData
  width : Number
TreeMapItemLayoutData
  x : Number
TreeMapItemLayoutData
  y : Number
TreeMapItemLayoutData
Public Methods
 MethodDefined by
  
TreeMapItemLayoutData(data:Object)
TreeMapItemLayoutData
Property detail
dataproperty
data:Object  [read-write]Implementation
    public function get data():Object
    public function set data(value:Object):void
heightproperty 
height:Number  [read-write]Implementation
    public function get height():Number
    public function set height(value:Number):void
weightproperty 
weight:Number  [read-write]Implementation
    public function get weight():Number
    public function set weight(value:Number):void
widthproperty 
width:Number  [read-write]Implementation
    public function get width():Number
    public function set width(value:Number):void
xproperty 
x:Number  [read-write]Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number  [read-write]Implementation
    public function get y():Number
    public function set y(value:Number):void
Constructor detail
TreeMapItemLayoutData()constructor
public function TreeMapItemLayoutData(data:Object)Parameters
data:Object