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  
Cache — Class in package gs.util.cache
The Cache class caches objects in memory.
Cache(purgeAllInterval) — Constructor in class gs.util.cache.Cache
Constructor for Cache instances.
cacheAsBitmap(value, ... rest) — Static method in class gs.util.SetterUtils
Set the cacheAsBitmap property on all objects provided.
CacheItem — Final class in package gs.util.cache
The CacheItem class is used internally to a Cache instance.
CacheItem(key, object, purgeCallback, timeout) — Constructor in class gs.util.cache.CacheItem
Constructor for CacheItem instances.
cacheKey — Property in class gs.util.cache.CacheItem
The key that was used in the actual cache.
cacheObject(key, obj, expiresTimeout, overwrite) — Method in class gs.util.cache.Cache
Cache an object in memory.
callProperty(name, ... rest) — Method in class gs.util.XMLNamespaceProxy
Forwards property calls onto the internal xml.
CallQueue — Final class in package gs.util
The CallQueue class is a simple queue data structure, for method callbacks, but can also wait for events to fire from any event dispatcher.
CallQueue() — Constructor in class gs.util.CallQueue
The CallSequence class sequences method calls after intervals, or events.
cancel — Event in class gs.util.FileRef
Dispatched when the user cancels the file browse dialogue.
CANCEL_BTN — Constant static property in class gs.display.view.BaseFormView
The mask that turns on the cancel button.
cancelButton — Property in class gs.display.view.BaseFormView
A cancel button.
canCloseAll — Property in class gs.display.accordion.Accordion
Whether or not you can close all panels - this is only useful if you enable sizeToContentPanes as well.
canHide() — Method in interface gs.display.xmlview.IXMLView
Tells an XMLViewManager whether or not this view can be hidden.
canHide() — Method in class gs.display.xmlview.XMLView
Tells an XMLViewManager whether or not this view can be hidden.
canWalkTo(xml, nodeList) — Static method in class gs.util.XMLUtils
Whether or not a node can be walked down, reaching the endpoint.
capitalize(p_string, allWords) — Static method in class gs.util.StringUtils
Capitallizes the first word in a string, and optionally all words.
captions — Property in class gs.model.Model
Stores a reference to the <captions></captions> node in the model xml.
center(a, b, c) — Static method in class gs.util.MathUtils
Locate and return the middle value between the three.
changeContrast(hex, inc) — Static method in class gs.util.ColorUtils
Change the contrast of a hexidecimal Number by a certain increment.
checkForXML() — Method in class gs.model.Model
Check that the model xml was set on the singleton instance before any attempts to read the xml happens.
circle(bmp, px, py, r, c) — Static method in class gs.util.BitmapUtils
Draw a circle into a bitmap data.
clamp(val, min, max) — Static method in class gs.util.MathUtils
Clamp constrains a value to the defined numeric boundaries.
CLAMP — Constant static property in class gs.util.filters.FilterMode
Clamp the displacement to the edge of the source.
clean(target) — Static method in class gs.util.filters.FilterUtils
Remove all filters from a target display object.
cleanBevel(target) — Static method in class gs.util.filters.FilterUtils
Remove all bevel filters.
cleanBlur(target) — Static method in class gs.util.filters.FilterUtils
Remove all blur filters.
cleanGlow(target) — Static method in class gs.util.filters.FilterUtils
Remove all glow filters.
cleanGradientBevel(target) — Static method in class gs.util.filters.FilterUtils
Remove all gradient bevel filters.
cleanGradientGlow(target) — Static method in class gs.util.filters.FilterUtils
Remove all gradient glow filters.
cleanShadow(target) — Static method in class gs.util.filters.FilterUtils
Remove all shadow filters.
clear() — Method in class gs.util.collections.Collection
Clear's the collection.
clear() — Method in interface gs.util.collections.ICollection
Clear's the collection.
clearCache() — Method in class gs.model.Model
Clears the internal cache.
clearComplexCornerRadiuses() — Method in class gs.display.shapes.RoundRect
Clears the use of complex radiuses.
clearFilterType(target, filterType) — Static method in class gs.util.filters.FilterUtils
Removes all filters of a certain type.
clearHeaders() — Method in class gs.http.HTTPCall
Removes all headers.
clearListenersOnSuccess — Property in class gs.remoting.RemotingCall
clearPurgeAllInterval() — Method in class gs.util.cache.Cache
Clear the internal purge all interval.
clearsTextAfterApply — Property in class gs.util.TextAttributes
Whether or not to clear the text that this TextAttributes instance applies - after it's been applied once.
clearvars(target, ... rest) — Method in class gs.util.Disposer
A helper method to simplify your disposal logic.
click(obj, handler, priority, useCapture, useWeakReference) — Static method in class gs.util.EventUtil
MouseEvent.CLICK.
clickSound — Property in class gs.display.decorators.SoundDecorator
Set the click sound.
clone() — Method in class gs.events.AssetCompleteEvent
Clone this AssetCompleteEvent.
clone() — Method in class gs.events.AssetErrorEvent
Clone this AssetErrorEvent.
clone() — Method in class gs.events.AssetOpenEvent
Clone this AssetOpenEvent.
clone() — Method in class gs.events.AssetProgressEvent
Clone this AssetProgressEvent.
clone() — Method in class gs.events.AssetStatusEvent
Clone this AssetStatusEvent.
clone() — Method in class gs.events.FLVEvent
clone() — Method in class gs.events.PreloadProgressEvent
Clone this PreloadProgressEvent.
clone(array) — Static method in class gs.util.ArrayUtils
Clones an array.
clone(object) — Static method in class gs.util.ObjectUtils
Clone an object instance.
clone(weakKeys) — Method in class gs.util.OrderedDictionary
Clone this OrderedDictionary.
clone() — Method in class gs.util.geom.Dimension
Creates and returns a copy of this Dimension.
clone() — Method in class gs.util.geom.Point
Clone this Point.
clone3D() — Method in class gs.util.geom.Point3D
Clone this Point3D.
close() — Method in class gs.display.flv.FLV
Stops and closes the net stream and net connection.
close() — Method in class gs.http.HTTPCall
Close this HTTPCall and stop any load operation.
close() — Method in class gs.preloading.workers.Worker
Close the internal loader.
close() — Method in class gs.remoting.RemotingCall
Closes the internal net connection and cancels the request.
close() — Method in class gs.soap.SoapCall
Close this SoapCall and stop any load operation.
close() — Method in class gs.util.XMLLoader
Close the internal loader instance.
closeAll() — Method in class gs.display.accordion.Accordion
Close all panes - only if canCloseAll and sizeToContentPanes is enabled.
Collection — Class in package gs.util.collections
A simple collection which acts like a data provider.
Collection(name) — Constructor in class gs.util.collections.Collection
Constructor for Collection instances.
COLOR — Constant static property in class gs.util.filters.FilterMode
Substitute the value in the color and alpha properties if the displacement value is outside the source.
colors — Property in class gs.display.text.GradientLabel
An array of colors to apply in the gradient.
ColorUtils — Final class in package gs.util
The ColorUtils class contains utility methods for working with colors.
commaFormatNumber(nm) — Static method in class gs.util.StringUtils
Format a number with commas - ie.
compare(a, b, ordered) — Static method in class gs.util.ArrayUtils
Compare two arrays to see if their values (and optionally order) are identical.
compatible(obj, type, message, exceptionType) — Static method in class gs.util.Assertions
Assert if an object is compatible with another type.
complete — Event in class gs.audio.AudioObject
Dispatched when the sound has completed playing.
complete — Property in class gs.display.flv.FLVControls
Flag indicating if the flv has completely played.
complete — Event in class gs.preloading.Preloader
Dispatched when the Preloader completes downloading all assets in the queue.
complete(obj, handler, priority, useCapture, useWeakReference) — Static method in class gs.util.EventUtil
Event.COMPLETE
complete — Event in class gs.util.FileRef
Dispatched on upload complete.
COMPLETE — Constant static property in class gs.events.AssetCompleteEvent
Defines the value of the type property of the assetComplete event type.
COMPLETE — Constant static property in class gs.events.AudioEvent
Audio completed.
componentsFromHex(hex) — Static method in class gs.util.ColorUtils
Convert an RGB hexidecimal value to an object containing its RGB components.
CONFIRM_BTN — Constant static property in class gs.display.view.BaseFormView
The mask that turns on the confirm button.
confirmButton — Property in class gs.display.view.BaseFormView
A confirm button.
connection — Property in class gs.remoting.RemotingCall
Net connection for the remoting call.
container — Property in class gs.managers.LayoutManager
The container in which layering operations will occur.
contains(id) — Static method in class gs.managers.TabManager
Whether or not a state is defined with the specified id.
contains(a, element) — Static method in class gs.util.ArrayUtils
Determines if a value exists within the array.
contains(str, pat, message, exceptionType) — Static method in class gs.util.Assertions
Assert that a string contains another string.
contains(d:gs.util.geom:Dimension) — Method in class gs.util.geom.Dimension
Returns true if the passed Dimension fits within the bounds of this Dimension.
containsProper(d:gs.util.geom:Dimension) — Method in class gs.util.geom.Dimension
Returns true if this Dimension properly contains the one specified - proper containment is defined as containment using "<", instead of "<=".
content — Property in class gs.display.accordion.BaseAccordionPane
Pane content clip.
contentLoader — Property in class gs.util.XMLLoader
The loader object used for xml loading.
contentLoader — Property in class gs.util.akamai.Ident
The loader used to load XML from the Akamai ident service.
continueWhenTimeLeft — Property in class gs.display.flv.FLVPlaybackQManager
The time in seconds remaining in the currently playing clip before triggering the next clip to play.
controller — Property in class gs.display.view.BaseView
A controller for this view.
copyBitmap(bitmapToCopy) — Static method in class gs.util.BitmapUtils
Copy a Bitmap.
countOf(search, pattern, caseSensitive) — Static method in class gs.util.StringUtils
Determines the number of times a charactor or sub-string appears within the string.
create(styleSheet, textFormat, selectable, multiline, border, embedFonts, textValue, autoSize, antiAliasType) — Static method in class gs.display.GSTextField
Create a GSTextField from raw attributes.
create(handler, ... rest) — Static method in class gs.util.Delegate
Creates a closure.
create(selectable, multiline, border, embedFonts, autoSize) — Static method in class gs.util.TextFieldUtils
Create a TextField.
createHitSprite(hitFor, buttonMode, handCursor) — Static method in class gs.util.SpriteUtils
Creates a hit state sprite for a sprite.
createWithModelHelp(model:gs.model:Model, textAttributesId) — Static method in class gs.display.GSTextField
Create a GSTextField with help from a model instance.
creationComplete() — Method in interface gs.display.xmlview.IXMLView
when all of a views children have been created and attached successfully.
creationComplete() — Method in class gs.display.xmlview.XMLView
On creation complete, called when all of a views children have been created and attached successfully.
crossfadeDuration — Property in class gs.display.flv.FLVPlaybackQManager
The crossfade duration between two clips.
CSSFileFilter — Constant static property in class gs.util.FileFilters
A FileFilter containing the css extension - it contains .css.
cubicBezier(bmp, x0, y0, x1, y1, x2, y2, x3, y3, c, resolution) — Static method in class gs.util.BitmapUtils
Draws a Cubic Bezier Curve into a bitmap data.
cuepoint — Property in class gs.events.FLVEvent
A cuepoint object.
cuePoint — Event in class gs.display.flv.FLV
Dispatched when a cue point is reached.
CUE_POINT — Constant static property in class gs.events.FLVEvent
Cue point.
current() — Method in class gs.util.iters.ArrayBidirectionalIterator
The current element.
current() — Method in class gs.util.iters.ArrayBounceIterator
The current element.
currentFps — Static property in class gs.util.Profiler
The current frames per second.
currentIndex — Property in class gs.display.accordion.Accordion
Current active index.
currentMem — Static property in class gs.util.Profiler
The current memory.
currentTime — Property in class gs.display.flv.FLV
Get the current time.
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