Class com.flashdoctors.dose.ui.layout.LinearLayoutManager

Description

LinearLayoutManager class

Field Index

BOTTOM, CENTER, HORIZONTAL, LEFT, RIGHT, TOP, VERTICAL

Method Index

new LinearLayoutManager()
calculateLayout(), getHalign(), getSpacing(), getType(), getValign(), getWrap(), getX(), getY(), setHalign(), setSpacing(), setType(), setValign(), setWrap(), setX(), setY()

Inherited from AbstractLayoutManager

Constructor Detail

LinearLayoutManager

public function LinearLayoutManager()

Field Detail

HORIZONTAL

static public HORIZONTAL:String

VERTICAL

static public VERTICAL:String

RIGHT

static public RIGHT:String

LEFT

static public LEFT:String

CENTER

static public CENTER:String

TOP

static public TOP:String

BOTTOM

static public BOTTOM:String

Method Detail

calculateLayout

public function calculateLayout():Layout

Description copied from AbstractLayoutManager

// TODO: Add description of the calculateLayout method.

Specified By

calculateLayout() in com.flashdoctors.dose.ui.layout.ILayoutManager

Overrides

calculateLayout() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager

getType

public function getType():String

setType

public function setType(atype:String):Void

getHalign

public function getHalign():String

setHalign

public function setHalign(align:String):Void

getValign

public function getValign():String

setValign

public function setValign(align:String):Void

getX

public function getX():Number

Description copied from AbstractLayoutManager

Gets the x value of this ILayoutManager.

Specified By

getX() in com.flashdoctors.dose.ui.layout.ILayoutManager

Overrides

getX() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager

setX

public function setX(x:Number):Void

Description copied from AbstractLayoutManager

Sets the x value of this ILayoutManager.

Specified By

setX() in com.flashdoctors.dose.ui.layout.ILayoutManager

Overrides

setX() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager

getY

public function getY():Number

Description copied from AbstractLayoutManager

Gets the y value of this ILayoutManager.

Specified By

getY() in com.flashdoctors.dose.ui.layout.ILayoutManager

Overrides

getY() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager

setY

public function setY(y:Number):Void

Description copied from AbstractLayoutManager

Sets the y value of this ILayoutManager.

Specified By

setY() in com.flashdoctors.dose.ui.layout.ILayoutManager

Overrides

setY() in com.flashdoctors.dose.ui.layout.AbstractLayoutManager

getSpacing

public function getSpacing():Number

setSpacing

public function setSpacing(spacing:Number):Void

getWrap

public function getWrap():Boolean

setWrap

public function setWrap(wrap:Boolean):Void