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  
RadialAxisRenderer — Class in package com.yahoo.astra.fl.charts.axes
The default axis renderer for radial axes.
RadialAxisRenderer() — Constructor in class com.yahoo.astra.fl.charts.axes.RadialAxisRenderer
Constructor.
radiansToDegrees(radians) — Static method in class com.yahoo.astra.utils.GeomUtil
Converts an angle from radians to degrees.
readAxis(input) — Static method in class com.yahoo.yui.charts.AxisSerializer
readSeries(input, series:com.yahoo.astra.fl.charts.series:ISeries) — Static method in class com.yahoo.yui.charts.SeriesSerializer
readTextFormat(input) — Static method in class com.yahoo.yui.charts.TextFormatSerializer
RectangleSkin — Class in package com.yahoo.astra.fl.charts.skins
A skin shaped like a rectangle with a single color.
RectangleSkin() — Constructor in class com.yahoo.astra.fl.charts.skins.RectangleSkin
Constructor.
refreshSeries() — Method in class com.yahoo.astra.fl.charts.Chart
Analyzes the input data and smartly converts it to the correct ISeries type required for drawing.
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.
removeFile(fileID) — Method in class Uploader
Removes the file from the set to be uploaded
renderer — Property in class com.yahoo.astra.fl.charts.axes.BaseAxis
The visual renderer applied to this axis.
renderer — Property in interface com.yahoo.astra.fl.charts.axes.IAxis
The visual renderer associated with this axis.
REPEAT — Constant static property in class com.yahoo.yui.charts.BackgroundImageMode
REPEAT_X — Constant static property in class com.yahoo.yui.charts.BackgroundImageMode
REPEAT_Y — Constant static property in class com.yahoo.yui.charts.BackgroundImageMode
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.
restoreInstance(instance) — Method in class com.yahoo.astra.utils.InstanceFactory
Initializes an object with the properties and methods.
reverse — Property in class com.yahoo.astra.fl.charts.axes.BaseAxis
Sets the direction of the labels and other visual objects along the axis.
reverse — Property in interface com.yahoo.astra.fl.charts.axes.IAxis
Sets the direction of the labels and other visual objects along the axis.
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.
RIGHT_BRACE — Constant static property in class com.adobe.serialization.json.JSONTokenType
RIGHT_BRACKET — Constant static property in class com.adobe.serialization.json.JSONTokenType
rotate(target, registration, degrees) — Static method in class com.yahoo.astra.utils.DynamicRegistration
Rotates a DisplayObject based on a registration point.
rotation — Property in class com.yahoo.astra.display.BitmapText
roundDown(dateToRound, timeUnit) — Static method in class com.yahoo.astra.utils.DateUtil
Rounds a Date value down to the nearest value on the specified time unit.
roundDownToNearest(number, nearest) — Static method in class com.yahoo.astra.utils.NumberUtil
Rounds a Number down to the nearest multiple of an input.
roundMajorUnit — Property in class com.yahoo.astra.fl.charts.axes.NumericAxis
Indicates whether to round the major unit
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.
roundUp(dateToRound, timeUnit) — Static method in class com.yahoo.astra.utils.DateUtil
Rounds a Date value up to the nearest value on the specified time unit.
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