LinearLayoutManager class
static public HORIZONTAL:String
static public VERTICAL:String
static public RIGHT:String
static public LEFT:String
static public CENTER:String
static public TOP:String
static public BOTTOM:String
public function calculateLayout():Layout
Description 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():Number
Description 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):Void
Description 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():Number
Description 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):Void
Description 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