Packageorg.openPyro.layout
Classpublic class AbsoluteLayout
ImplementsIContainerMeasurementHelper, ILayout



Public Properties
 PropertyDefined by
  container : UIContainer
[write-only]
AbsoluteLayout
  initX : Number
[write-only]
AbsoluteLayout
  initY : Number
[write-only]
AbsoluteLayout
  prepare : Function
[write-only]
AbsoluteLayout
Public Methods
 MethodDefined by
  
AbsoluteLayout
  
calculateSizes(children:Array, container:UIContainer):void
ind all the children with explicitWidth/ explicit Height set his part depends on the layout since HLayout will start trimming he objects available h space, and v layout will do the same or vertically available space
AbsoluteLayout
  
getMaxHeight(children:Array):Number
AbsoluteLayout
  
getMaxWidth(children:Array):Number
AbsoluteLayout
  
layout(children:Array):void
AbsoluteLayout
Property detail
containerproperty
container:UIContainer  [write-only]Implementation
    public function set container(value:UIContainer):void
initXproperty 
initX:Number  [write-only]Implementation
    public function set initX(value:Number):void
initYproperty 
initY:Number  [write-only]Implementation
    public function set initY(value:Number):void
prepareproperty 
prepare:Function  [write-only]Implementation
    public function set prepare(value:Function):void
Constructor detail
AbsoluteLayout()constructor
public function AbsoluteLayout()
Method detail
calculateSizes()method
public function calculateSizes(children:Array, container:UIContainer):void

ind all the children with explicitWidth/ explicit Height set his part depends on the layout since HLayout will start trimming he objects available h space, and v layout will do the same or vertically available space

Parameters
children:Array
 
container:UIContainer
getMaxHeight()method 
public function getMaxHeight(children:Array):NumberParameters
children:Array

Returns
Number
getMaxWidth()method 
public function getMaxWidth(children:Array):NumberParameters
children:Array

Returns
Number
layout()method 
public function layout(children:Array):voidParameters
children:Array