new LayoutItem()
public function LayoutItem(i:IDisplayable, x:Number, y:Number)
public function getX():Number
Gets the x value of this ILayoutManager.
Number
public function setX(x:Number):Void
Sets the x value of this ILayoutManager.
x
Void
public function getY():Number
Gets the y value of this ILayoutManager.
public function setY(y:Number):Void
Sets the y value of this ILayoutManager.
y
public function getDisplayable():IDisplayable