Class com.flashdoctors.dose.ui.layout.LayoutItem

Description

Method Index

new LayoutItem()
getDisplayable(), getX(), getY(), setX(), setY()

Constructor Detail

LayoutItem

public function LayoutItem(i:IDisplayable, x:Number, y:Number)

Method Detail

getX

public function getX():Number

Gets the x value of this ILayoutManager.

Return

Number

setX

public function setX(x:Number):Void

Sets the x value of this ILayoutManager.

Parameters

xa value for x

Return

Void

getY

public function getY():Number

Gets the y value of this ILayoutManager.

Return

Number

setY

public function setY(y:Number):Void

Sets the y value of this ILayoutManager.

Parameters

ya value for y

Return

Void

getDisplayable

public function getDisplayable():IDisplayable