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 |
radian2angle(r) — Static method in class gs.util.MathUtils |
|
Convert radian to angle. |
randBit(chance) — Static method in class gs.util.MathUtils |
|
Return a "tilted" value of 1 or 0. |
randBool(chance) — Static method in class gs.util.MathUtils |
|
Return a "tilted" random Boolean value. |
randChar(amount) — Static method in class gs.util.StringUtils |
|
Generate a set of random characters. |
randFloat(min, max) — Static method in class gs.util.MathUtils |
|
Returns a random float. |
randHexColor() — Static method in class gs.util.ColorUtils |
|
Returns a random hexidecimal color. |
randInteger(min, max) — Static method in class gs.util.MathUtils |
|
Return a random integer. |
randLowerChar(amount) — Static method in class gs.util.StringUtils |
|
Generate a set of random LowerCase characters. |
randNum(amount) — Static method in class gs.util.StringUtils |
|
Generate a set of random Number characters. |
random(start, end) — Static method in class gs.util.MathUtils |
|
Returns a random number inside a specific range. |
randRangeFloat(min, max) — Static method in class gs.util.MathUtils |
|
Returns a random float number within a given range. |
randRangeInt(min, max) — Static method in class gs.util.MathUtils |
|
Returns a random integer number within a given range. |
randRangeSet(min, max, count, unique) — Static method in class gs.util.MathUtils |
|
Returns a set of random numbers inside a specific range, optionally unique numbers only. |
randSpecialChar(amount) — Static method in class gs.util.StringUtils |
|
Generate a set of random Special and Number characters. |
ratios — Property in class gs.display.text.GradientLabel |
|
An array of ratio values for each color. |
raw — Property in class gs.soap.SoapCallFault |
|
The raw request response data. |
raw — Property in class gs.soap.SoapCallResult |
|
The raw request response data. |
rawResult — Property in class gs.http.HTTPCallFault |
|
The raw data from the url loader. |
rawResult — Property in class gs.http.HTTPCallResult |
|
The raw data from the url loader. |
rawWSDL — Property in class gs.soap.SoapService |
|
The raw wsdl xml. |
rdump(o) — Static method in class gs.util.ObjectUtils |
|
Dump trace an object, returning a string. |
reddit(url, window) — Static method in class gs.util.SocialShares |
|
Share to reddit. |
register(obj, event, id, options) — Method in class gs.tracking.Tracking |
|
Register an object to fire an event. |
RegisterDefaultWorkers() — Static method in class gs.preloading.workers.Worker |
|
Registers the default worker instances internally. |
registerDocumentKey() — Method in class gs.control.DocumentController |
|
A hook you can use to override what key is used
when the DocumentController is registered with
Document.set. |
registerFlashvarsKey() — Method in class gs.control.DocumentController |
|
A hook you can use to override what key is used
when the flashvars object is register with FlashvarUtils.set. |
registerFonts(groupId) — Method in class gs.model.Model |
|
Register declared fonts from the model. |
registerInstances() — Method in class gs.control.DocumentController |
|
A hook you can override to register instances with their
classes. |
registerModelKey() — Method in class gs.control.DocumentController |
|
A hook you can use to override what key is used
when the model is registered with Model.set. |
RegisterWorkerForFileType(fileType, workerKlass) — Static method in class gs.preloading.workers.Worker |
|
Registers a worker for a file type. |
RemotingCall — Class in package gs.remoting |
|
The RemotingCall class simplifies making remoting calls. |
RemotingCall(_gateway, _endpoint, _method, _objectEncoding, _timeout, _retries, _resultHandler) — Constructor in class gs.remoting.RemotingCall |
|
Constructor for RemotingCall instances. |
RemotingCallFault — Class in package gs.remoting |
|
The RemotingCallFault class wraps a fault object returned
from a remoting call. |
RemotingCallResult — Class in package gs.remoting |
|
The RemotingCallResult class wraps a result object returned
from a remoting call. |
RemotingCallResultHandler — Class in package gs.remoting |
|
The RemotingCallResultHandler class processes a RemotingCall response. |
RemotingService — Class in package gs.remoting |
|
The RemotingService class is a simple wrapper around
sending remoting calls to the same gateway and endpoint. |
RemotingService(_gateway, _endpoint, _timeout, _retries, _objectEncoding) — Constructor in class gs.remoting.RemotingService |
|
Constructor for RemotingService instances. |
remove(a, element) — Static method in class gs.util.ArrayUtils |
|
Remove all instances of an element from an array. |
remove(search, pattern, caseSensitive) — Static method in class gs.util.StringUtils |
|
Removes all instances of a pattern in the search string. |
removeAllChildren() — Method in class gs.managers.LayoutManager |
|
Remove all children from the display list. |
removeAllChildrenFrom(target) — Method in class gs.managers.LayoutManager |
|
Remove all children from the display list of the specified target object. |
removeAsset(libraryName) — Static method in class gs.managers.AssetManager |
|
Remove an asset from the library. |
removeChildren(... rest) — Method in class gs.managers.LayoutManager |
|
Remove all children specified from the display list. |
removeChildrenFrom(target, ... rest) — Method in class gs.managers.LayoutManager |
|
Remove specified children from the target DisplayObjectContainer's display list. |
removeDuplicate(a) — Static method in class gs.util.ArrayUtils |
|
Remove duplicates from an array and return a new array. |
RemoveEnterFrameListener(eventHandler) — Static method in class gs.util.FramePulse |
|
Remove an event listener from the frame pulse. |
removeEventHandlers() — Method in class gs.display.view.BaseView |
|
Override this method, and remove events from objects that were registered
with the event manager. |
removeEventListener(type, listener, useCapture) — Static method in class gs.util.EventBroadcaster |
|
Remove an event listener from the broadcaster. |
removeEventListeners() — Method in class gs.preloading.workers.FLVWorker |
|
removes event listeners. |
removeFilter(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Remove a filter of any type. |
removeFrameScript(target, frame) — Static method in class gs.util.FrameUtils |
|
Remove a frame script from a clip. |
removeItemAt(i) — Method in class gs.util.collections.Collection |
|
Remove an item at a specific index. |
removeItemAt(i) — Method in interface gs.util.collections.ICollection |
|
Remove an item at a specific index. |
removeKeyMappings() — Method in class gs.display.view.BaseFormView |
|
Override this and remove key event mappings with the
keyboard event manager. |
removeObject(id) — Method in class gs.audio.AudioGroup |
|
Remove an object from this group. |
removeObject(o) — Method in class gs.util.Disposer |
|
Remove an object from disposal. |
removeSpaces(str) — Static method in class gs.util.StringUtils |
|
Remove spaces from a string. |
removeTabs(str) — Static method in class gs.util.StringUtils |
|
Remove tabs from a string. |
replace(str, oldChar, newChar) — Static method in class gs.util.StringUtils |
|
Replace every instance of a string with something else
|
request — Property in class gs.http.HTTPCall |
|
Internal request for the call. |
request — Property in class gs.preloading.workers.Worker |
|
The URLRequest for the asset. |
requestURL — Property in class gs.http.HTTPCall |
|
The url for the internal request. |
reset() — Method in class gs.display.flv.FLVPlaybackQManager |
|
Resets everything internally. |
reset() — Method in class gs.preloading.Preloader |
|
Resets internal state so the Preloader
can be re-used if needed. |
reset() — Method in class gs.util.FileRef |
|
Resets the internal FileReference state. |
reset() — Method in class gs.util.iters.ArrayBidirectionalIterator |
|
Resets the pointer. |
reset() — Method in class gs.util.iters.ArrayBounceIterator |
|
Resets the pointer. |
resetColor(src) — Static method in class gs.util.ColorUtils |
|
Reset the color of the DisplayObject to its original view (pre-ColorTransformed). |
resetHandlePosition() — Method in class gs.display.ScrollBar |
|
Resets the handle x and y position to the very
first positions that were used when the scrollbar
was created, but does not trigger a scroll update. |
resolveAngle(a) — Static method in class gs.util.MathUtils |
|
Will always give back a positive angle between 0 and 360
|
responseFormat — Property in class gs.http.HTTPCall |
|
The response format. |
restoreAndSet(id, sokey) — Static method in class gs.util.SharedObjectUtils |
|
Restores a shared object then set it with the lookup. |
restrictLettersAndNumbers(tf) — Static method in class gs.util.TextFieldUtils |
|
Restrict a text field to letters (lower/upper) and numbers only. |
restrictLowerUpperAndSpace(tf) — Static method in class gs.util.TextFieldUtils |
|
Restrict the text field to lower case, upper case,
and spaces. |
restrictToClassPaths(tf) — Static method in class gs.util.TextFieldUtils |
|
Restrict a text field to class path characters only (a-zA-Z0-9_.). |
restrictToEmail(tf) — Static method in class gs.util.TextFieldUtils |
|
Restrict a text field to email only characters. |
restrictToFilePath(tf) — Static method in class gs.util.TextFieldUtils |
|
Restrict a text field to file path only characters (win|unix). |
restrictToFilURI(tf) — Static method in class gs.util.TextFieldUtils |
|
Restrict a text field to file URI format only (file:///). |
restrictToListOfEmails(tf) — Static method in class gs.util.TextFieldUtils |
|
Restrict a text field to a list of emails (emails with "," or " "). |
result — Property in class gs.remoting.RemotingCallResult |
|
The result object. |
resultHandler — Property in class gs.http.HTTPCall |
|
A result handler class - the default is HTTPCallResultHandler. |
resultHandler — Property in class gs.remoting.RemotingCall |
|
The handler class that processes the returned result - this
should be an instance or subclass of RemotingCallResultHandler. |
resultHandler — Property in class gs.soap.SoapCall |
|
The result handler class (ses SoapCallResultHandler). |
resume() — Method in class gs.audio.AudioGroup |
|
Resume all sound instances contained in this group. |
resume() — Method in class gs.audio.AudioObject |
|
Resume playing. |
resume() — Method in class gs.display.flv.FLV |
|
Resume the flv playback. |
resumed — Event in class gs.audio.AudioGroup |
|
Dispatched when the group is resumed. |
resumed — Event in class gs.audio.AudioObject |
|
Dispatched when the sound is resumed. |
RESUMED — Constant static property in class gs.events.AudioEvent |
|
Audio resumed. |
retarget(source, target, ... rest) — Static method in class gs.util.ScopeUtils |
|
Re-target instance variables from a source to a different scope. |
retries — Property in class gs.http.HTTPCall |
|
The number of retries allowed. |
retries — Property in class gs.remoting.RemotingCall |
|
The number of retries to allow (default is 1). |
retries — Property in class gs.soap.SoapCall |
|
The number of retries to allow. |
returnArgs — Property in class gs.remoting.RemotingCall |
|
Whether or not to return the args back to your onResult or
onFault callback. |
ReversableClip — Final dynamic class in package gs.display.decorators |
|
The ReversableClip class decorates a
movie clip with play in reverse functionality. |
ReversableClip(decorate) — Constructor in class gs.display.decorators.ReversableClip |
|
Constructor for ReversableClip instances. |
reverse(str) — Static method in class gs.util.StringUtils |
|
Returns the string in reverse order. |
reverseWords(str) — Static method in class gs.util.StringUtils |
|
Returns the specified string in reverse word order. |
rewind(step) — Method in class gs.display.flv.FLV |
|
Rewind playback. |
RGB_MAX — Constant static property in class gs.util.ColorUtils |
|
The RGB maximum value for r,g or b. |
rgbtoHSL(red, green, blue) — Static method in class gs.util.ColorUtils |
|
Convert an RGB Hexidecimal value to HSL values. |
rgbtoHSV(red, green, blue) — Static method in class gs.util.ColorUtils |
|
Convert RGB values to HSV values. |
rgbToHue(red, green, blue) — Static method in class gs.util.ColorUtils |
|
Convert RGB values to a hue using a linear transformation. |
right — Property in class gs.display.Scale3Clip |
|
The right edge. |
right — Property in class gs.display.Scale9Clip |
|
The right section. |
rotate(p:gs.util.geom:Point, angle) — Method in class gs.util.geom.Point |
|
Rotate this Point around another Point by the specified angle. |
rotateLeft(x, n) — Static method in class gs.util.MathUtils |
|
Rotates an integer left by n bits. |
rotateRight(x, n) — Static method in class gs.util.MathUtils |
|
Rotates an integer right by n bits. |
round(val, decimal) — Static method in class gs.util.MathUtils |
|
Round to a given amount of decimals. |
RoundRect — Class in package gs.display.shapes |
|
The RoundRect class creates round rectangles. |
RoundRect(_width, _height, _fillCornerRadius, _strokeCornerRadius, _fillColor, _strokeColor, _strokeWeight, drawAfterInit) — Constructor in class gs.display.shapes.RoundRect |
|
Constructor for RoundRect instances. |
rtrim(str) — Static method in class gs.util.StringUtils |
|
Removes whitespace from the end of a string. |
running — Property in class gs.util.CallQueue |
|
Check whether or not the call queue is running. |
runScript(scriptFile, callProps) — Static method in class gs.util.JSFLProxy |
|
Run a jsfl script file, with optional parameters. |
|
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 |