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  
ratio — Property in class com.soundstep.ui.ElementUI
type of ratio of the ElementUI, can be ElementUI.RATIO_IN or ElementUI.RATIO_OUT
any other String will set the ratio to none
the following properties cannot be set or are not used a ratio has been specified:
x, y, width, height, horizontalCenter and verticalCenter
ratio — Property in class com.soundstep.ui.layouts.CanvasUI
type of ratio of the CanvasUI, can be ElementUI.RATIO_IN or ElementUI.RATIO_OUT
any other String will set the ratio to none
the following properties cannot be set or are not used a ratio has been specified:
x, y, width, height, horizontalCenter and verticalCenter
RATIO_IN — Constant static property in class com.soundstep.ui.ElementUI
static constant for the mode ratio_in (ElementUI.RATIO_IN)
RATIO_OUT — Constant static property in class com.soundstep.ui.ElementUI
static constant for the mode ratio_out (ElementUI.RATIO_OUT)
reference — Property in class com.soundstep.ui.BaseUI
specify a DisplayObjectContainer reference on which the size and position of the ElementUI will refer to
if not set, the onStage property value is the reference (onStage true = stage, onStage false = parent) this is a global default value applied on every DisplayObject added to the BaseUI instance, it can be overridden in each ElementUI instance
reference — Property in class com.soundstep.ui.ElementUI
specify a DisplayObjectContainer reference on which the size and position of the ElementUI will refer to
if not set, the onStage property value is the reference (onStage true = stage, onStage false = parent)
reference — Property in class com.soundstep.ui.layouts.CanvasUI
specify a DisplayObjectContainer reference on which the size and position of the ElementUI will refer to
if not set, the onStage property value is the reference (onStage true = stage, onStage false = parent)
refresh() — Method in class com.soundstep.ui.BaseUI
refresh all the elements
refresh() — Method in class com.soundstep.ui.ElementUI
refresh the position and sizes only if the the DisplayObject is visible or if the alpha property is superior to 0
refresh(e:com.soundstep.ui.events:BaseEventUI) — Method in class com.soundstep.ui.layouts.CanvasUI
refresh the canvas elements and its children position
refresh(e:com.soundstep.ui.events:BaseEventUI) — Method in class com.soundstep.ui.layouts.HBoxUI
refresh the box elements and its children position
refresh(e:com.soundstep.ui.events:BaseEventUI) — Method in class com.soundstep.ui.layouts.TileUI
refresh the tile elements and its children position
refresh(e:com.soundstep.ui.events:BaseEventUI) — Method in class com.soundstep.ui.layouts.VBoxUI
refresh the box elements and its children position
remove(displayObject) — Method in class com.soundstep.ui.BaseUI
remove a element from the BaseUI list
removeAll() — Method in class com.soundstep.ui.BaseUI
remove all elements from the BaseUI list
removeChild(child) — Method in class com.soundstep.ui.layouts.CanvasUI
Removes the specified child DisplayObject instance from the child list of the CanvasUI container
removeChildAt(index) — Method in class com.soundstep.ui.layouts.CanvasUI
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer
removeChildUI(child) — Method in class com.soundstep.ui.layouts.CanvasUI
remove a child from the BaseUI instance
REMOVED — Event in class com.soundstep.ui.BaseUI
Dispatched when a display object has been removed from the BaseUI instance.
REMOVED — Constant static property in class com.soundstep.ui.events.BaseEventUI
Dispatch from a BaseUI instance
Indicates a DisplayObject has been removed from the BaseUI instance
right — Property in class com.soundstep.ui.ElementUI
value between the right of the reference (stage or parent) and the ElementUI, Number or String
right — Property in class com.soundstep.ui.layouts.CanvasUI
right value (from the reference), Number or String
right — Property in class com.soundstep.ui.layouts.core.Padding
rounded — Property in class com.soundstep.ui.ElementUI
Specify the ElementUI instance to display rounded values
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