LinearLayoutManager class
static public HORIZONTAL:Stringstatic public VERTICAL:Stringstatic public RIGHT:Stringstatic public LEFT:Stringstatic public CENTER:Stringstatic public TOP:Stringstatic public BOTTOM:Stringpublic function calculateLayout():LayoutDescription copied from AbstractLayoutManager
// TODO: Add description of the calculateLayout method.
calculateLayout() in com.flashdoctors.dose.ui.layout.ILayoutManager
calculateLayout() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager
public function getX():NumberDescription copied from AbstractLayoutManager
Gets the x value of this ILayoutManager.
getX() in com.flashdoctors.dose.ui.layout.ILayoutManager
getX() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager
public function setX(x:Number):VoidDescription copied from AbstractLayoutManager
Sets the x value of this ILayoutManager.
setX() in com.flashdoctors.dose.ui.layout.ILayoutManager
setX() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager
public function getY():NumberDescription copied from AbstractLayoutManager
Gets the y value of this ILayoutManager.
getY() in com.flashdoctors.dose.ui.layout.ILayoutManager
getY() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager
public function setY(y:Number):VoidDescription copied from AbstractLayoutManager
Sets the y value of this ILayoutManager.
setY() in com.flashdoctors.dose.ui.layout.ILayoutManager
setY() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager