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  
registerContainerChild(child) — Static method in class com.yahoo.astra.layout.LayoutManager
Called by an ILayoutContainer implementation when a child is added.
registerInvalidatingEvents(source, events) — Static method in class com.yahoo.astra.layout.LayoutManager
Allows users to specify events that invalidate the parent layout container when fired by instances of a specific class.
removeClient(target) — Method in class com.yahoo.astra.layout.modes.BaseLayoutMode
Unregisters a specific display object from the layout algorithm.
removeClient(target) — Method in interface com.yahoo.astra.layout.modes.IAdvancedLayoutMode
Unregisters a specific display object from the layout algorithm.
resize(target, width, height) — Static method in class com.yahoo.astra.layout.LayoutManager
If a DisplayObject that is placed into a layout container doesn't fire events for size changes, calling this function will allow its size to properly affect its parent layout.
resizeAndMaintainAspectRatio(target, width, height, aspectRatio) — Static method in class com.yahoo.astra.utils.DisplayObjectUtil
Resizes a DisplayObject to fit into specified bounds such that the aspect ratio of the target's width and height does not change.
RIGHT — Constant static property in class com.yahoo.astra.layout.modes.BorderConstraints
The target will be constrained to the right edge.
RIGHT — Constant static property in class com.yahoo.astra.layout.modes.HorizontalAlignment
Items will be aligned to the right of the available bounds.
roundDownToNearest(number, nearest) — Static method in class com.yahoo.astra.utils.NumberUtil
Rounds a Number down to the nearest multiple of an input.
roundToNearest(number, nearest) — Static method in class com.yahoo.astra.utils.NumberUtil
Rounds a Number to the nearest multiple of an input.
roundToPrecision(number, precision) — Static method in class com.yahoo.astra.utils.NumberUtil
Rounds a number to a certain level of precision.
roundUpToNearest(number, nearest) — Static method in class com.yahoo.astra.utils.NumberUtil
Rounds a Number up to the nearest multiple of an input.
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