A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
add(displayObject) — Method in class com.soundstep.ui.BaseUI
add a element to the BaseUI list (DisplayObject like Sprite, MovieClip, TextField, Bitmap, ...)
ADDED — Event in class com.soundstep.ui.BaseUI
Dispatched when a display object has been added to the BaseUI instance.
ADDED — Constant static property in class com.soundstep.ui.events.BaseEventUI
Dispatch from a BaseUI instance
Indicates a DisplayObject has been added to the BaseUI instance
ALIGN_BOTTOM — Constant static property in class com.soundstep.ui.ElementUI
static constant for the alignment (property alignY) in mode ratio_in or ratio_out (ElementUI.ALIGN_BOTTOM)
ALIGN_CENTER — Constant static property in class com.soundstep.ui.ElementUI
static constant for the alignment (property alignX and alignY) in mode ratio_in or ratio_out (ElementUI.ALIGN_CENTER)
ALIGN_LEFT — Constant static property in class com.soundstep.ui.ElementUI
static constant for the alignment (property alignX) in mode ratio_in or ratio_out (ElementUI.ALIGN_LEFT)
ALIGN_RIGHT — Constant static property in class com.soundstep.ui.ElementUI
static constant for the alignment (property alignX) in mode ratio_in or ratio_out (ElementUI.ALIGN_RIGHT)
ALIGN_TOP — Constant static property in class com.soundstep.ui.ElementUI
static constant for the alignment (property alignY) in mode ratio_in or ratio_out (ElementUI.ALIGN_TOP)
alignX — Property in class com.soundstep.ui.ElementUI
horizontal alignment when the property ratio is set to ElementUI.RATIO_IN or ElementUI.RATIO_OUT
can accept ElementUI.ALIGN_LEFT, ElementUI.ALIGN_RIGHT, ElementUI.ALIGN_CENTER
alignY — Property in class com.soundstep.ui.ElementUI
vertical alignment when the property ratio is set to ElementUI.RATIO_IN or ElementUI.RATIO_OUT
can accept ElementUI.ALIGN_CENTER, ElementUI.ALIGN_TOP, ElementUI.ALIGN_BOTTOM
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z