| 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 — Property in class net.guttershark.util.collections.Allocator |
| |
| Cache — Class in package net.guttershark.util.cache |
|
The Cache class caches objects in memory. |
| Cache(purgeAllInterval) — Constructor in class net.guttershark.util.cache.Cache |
|
Constructor for Cache instances. |
| cacheAsBitmap(value, ... rest) — Method in class net.guttershark.util.SetterUtils |
|
Set the cacheAsBitmap property on all objects provided. |
| CacheItem — Final class in package net.guttershark.util.cache |
|
The CacheItem class is used internally to a Cache instance. |
| CacheItem(key, object, purgeCallback, timeout) — Constructor in class net.guttershark.util.cache.CacheItem |
|
Constructor for CacheItem instances. |
| cacheKey — Property in class net.guttershark.util.cache.CacheItem |
|
The key that was used in the actual cache. |
| cacheObject(key, obj, expiresTimeout, overwrite) — Method in class net.guttershark.util.cache.Cache |
|
Cache an object in memory. |
| calculate(maxForFast, maxForMedium) — Static method in class net.guttershark.util.CPU |
|
Calculate a benchmark time that gives a fairly accurate
number you can use to decide if the client's CPU is
fast / med / slow. |
| call(methodName, ... rest) — Method in class net.guttershark.support.servicemanager.remoting.RemotingService |
|
This is not the recommended way of using the remoting service, but is available
so you can call service methods where the methd name comes from a string variable. |
| callbackDelegate — Property in class net.guttershark.support.eventmanager.EventListenerDelegate |
|
The calbackDelegate. |
| callbackPrefix — Property in class net.guttershark.support.eventmanager.EventListenerDelegate |
|
The callback prefix on the target callbackDelegate;
|
| callComplete() — Method in class net.guttershark.support.servicemanager.shared.BaseCall |
|
On service call complete. |
| CallFault — Final class in package net.guttershark.support.servicemanager.shared |
|
The CallFault class stores the fault object that
was received from any service call that was considered
a fault, and is passed back to the onFault callback of
a service call. |
| CallFault(fal) — Constructor in class net.guttershark.support.servicemanager.shared.CallFault |
|
Constructor for CallFault instances. |
| CallResult — Final class in package net.guttershark.support.servicemanager.shared |
|
The CallResult class stores a result object from the server
for any successful service call, and is passed back
to the onResult callback function of a service call. |
| CallResult(res) — Constructor in class net.guttershark.support.servicemanager.shared.CallResult |
|
Constructor for CallResult instances. |
| callTimer — Property in class net.guttershark.support.servicemanager.shared.BaseCall |
|
The call timer. |
| CANCEL_BTN — Constant static property in class net.guttershark.display.BaseFormView |
|
The byte place to turn on the cancel button. |
| cancelButton — Property in class net.guttershark.display.BaseFormView |
|
A cancel button. |
| canExecute(uniquePath) — Method in class net.guttershark.support.servicemanager.shared.Limiter |
|
Test whether or not a call can be executed. |
| capitalize(p_string, allWords) — Method in class net.guttershark.util.StringUtils |
|
Capitallizes the first word in a string, and optionally all words. |
| center(a, b, c) — Method in class net.guttershark.util.MathUtils |
|
Locate and return the middle value between the three. |
| change — Event in class net.guttershark.managers.SoundManager |
|
Dispatched when the internal volume has changed. |
| changeContrast(hex, inc) — Method in class net.guttershark.util.ColorUtils |
|
Change the contrast of a hexidecimal Number by a certain increment. |
| CheckboxEventListenerDelegate — Final class in package net.guttershark.support.eventmanager |
|
The CheckboxEventListenerDelegate Class implements event handling
logic for CheckBox components. |
| checkForOnFaultCallback() — Method in class net.guttershark.support.servicemanager.shared.BaseCall |
|
Checks if an onFault functionw as defined in the callProps object. |
| checkForOnResultCallback() — Method in class net.guttershark.support.servicemanager.shared.BaseCall |
|
Checks if an onResult function was defined in the callProps object. |
| checkForXML() — Method in class net.guttershark.model.Model |
|
Check that the siteXML was set on the singleton instance before any attempts
to read the siteXML variable happen. |
| circle(bmp, px, py, r, c) — Method in class net.guttershark.util.BitmapUtils |
|
Draw a circle into a bitmap data. |
| clamp(val, min, max) — Method in class net.guttershark.util.MathUtils |
|
Clamp constrains a value to the defined numeric boundaries. |
| CLAMP — Constant static property in class net.guttershark.util.filters.FilterMode |
|
Clamp the displacement to the edge of the source. |
| clean(target) — Method in class net.guttershark.util.filters.FilterUtils |
|
Remove all filters from a target display object. |
| cleanBevel(target) — Method in class net.guttershark.util.filters.FilterUtils |
|
Remove all bevel filters. |
| cleanBlur(target) — Method in class net.guttershark.util.filters.FilterUtils |
|
Remove all blur filters. |
| cleanGlow(target) — Method in class net.guttershark.util.filters.FilterUtils |
|
Remove all glow filters. |
| cleanGradientBevel(target) — Method in class net.guttershark.util.filters.FilterUtils |
|
Remove all gradient bevel filters. |
| cleanGradientGlow(target) — Method in class net.guttershark.util.filters.FilterUtils |
|
Remove all gradient glow filters. |
| cleanShadow(target) — Method in class net.guttershark.util.filters.FilterUtils |
|
Remove all shadow filters. |
| clear() — Method in class net.guttershark.util.collections.ArrayCollection |
|
Removes all items from the collection. |
| clear() — Method in class net.guttershark.util.collections.DisplayListCollection |
|
Removes all items from the collection. |
| clear() — Method in interface net.guttershark.util.collections.ICollection |
|
Removes all items from the collection. |
| clearFilterType(target, filterType) — Method in class net.guttershark.util.filters.FilterUtils |
|
Removes all filters of a certain type. |
| clearPurgeAllInterval() — Method in class net.guttershark.util.cache.Cache |
|
Clear the internal purge all interval. |
| clone() — Method in class net.guttershark.support.events.FLVEvent |
|
|
| clone() — Method in class net.guttershark.support.preloading.events.AssetCompleteEvent |
|
Clone this AssetCompleteEvent. |
| clone() — Method in class net.guttershark.support.preloading.events.AssetErrorEvent |
|
Clone this AssetErrorEvent. |
| clone() — Method in class net.guttershark.support.preloading.events.AssetOpenEvent |
|
Clone this AssetOpenEvent. |
| clone() — Method in class net.guttershark.support.preloading.events.AssetProgressEvent |
|
Clone this AssetProgressEvent. |
| clone() — Method in class net.guttershark.support.preloading.events.AssetStatusEvent |
|
Clone this AssetStatusEvent. |
| clone() — Method in class net.guttershark.support.preloading.events.PreloadProgressEvent |
|
Clone this PreloadProgressEvent. |
| clone(array) — Method in class net.guttershark.util.ArrayUtils |
|
Clones an array. |
| clone(object) — Method in class net.guttershark.util.ObjectUtils |
|
Clone an object instance - this is not recommended to clone
anything other than a native top level Object. |
| clone(weakKeys) — Method in class net.guttershark.util.collections.OrderedDictionary |
|
Clone this OrderedDictionary. |
| clone() — Method in class net.guttershark.util.geom.Dimension |
|
Creates and returns a copy of this Dimension. |
| clone() — Method in class net.guttershark.util.geom.Point |
|
Clone this Point. |
| clone3D() — Method in class net.guttershark.util.geom.Point3D |
|
Clone this Point3D. |
| close() — Method in class net.guttershark.support.preloading.workers.Worker |
|
Close the internal loader. |
| close() — Method in class net.guttershark.util.XMLLoader |
|
Close the internal loader instance. |
| color — Property in class net.guttershark.util.Utilities |
|
The singleton instance of ColorUtils. |
| COLOR — Constant static property in class net.guttershark.util.filters.FilterMode |
|
Substitute the value in the color and alpha properties if the displacement value is outside the source. |
| ColorPickerEventListenerDelegate — Final class in package net.guttershark.support.eventmanager |
|
The ColorPickerEventListenerDelegate Class implements event handling
logic for ColorPicker components. |
| ColorUtils — Final class in package net.guttershark.util |
|
The ColorUtils class contains utility methods for working with colors. |
| ComboBoxEventListenerDelegate — Final class in package net.guttershark.support.eventmanager |
|
The ComboBoxEventListenerDelegate Class implements event listener
logic for ComboBox components. |
| commaFormatNumber(nm) — Method in class net.guttershark.util.StringUtils |
|
Format a number with commas - ie. |
| compare(a, b, ordered) — Method in class net.guttershark.util.ArrayUtils |
|
Compare two arrays to see if their values (and optionally order) are identical. |
| compatible(obj, type, message, exceptionType) — Method in class net.guttershark.util.Assertions |
|
Assert if an object is compatible with another type. |
| complete — Event in class net.guttershark.control.PreloadController |
|
Dispatched when the preload controller completes downloading all assets in the queue. |
| COMPLETE — Constant static property in class net.guttershark.support.preloading.events.AssetCompleteEvent |
|
Defines the value of the type property of the assetComplete event type. |
| completed — Property in class net.guttershark.support.servicemanager.shared.BaseCall |
|
Whether or not this call is complete. |
| componentsFromHex(hex) — Method in class net.guttershark.util.ColorUtils |
|
Convert an RGB hexidecimal value to an object containing its RGB components. |
| CONFIRM_BTN — Constant static property in class net.guttershark.display.BaseFormView |
|
The byte place to turn on the confirm button. |
| confirmButton — Property in class net.guttershark.display.BaseFormView |
|
A confirm button. |
| connected — Property in class net.guttershark.support.servicemanager.remoting.RemotingConnection |
|
Check whether or not the connection is currently established. |
| connection — Property in class net.guttershark.support.servicemanager.remoting.RemotingConnection |
|
The net connection object used to connect. |
| container — Property in class net.guttershark.managers.LayoutManager |
|
The container in which layering operations will occur. |
| container — Property in class net.guttershark.util.collections.DisplayListCollection |
|
Return the collection container data
|
| contains(a, element) — Method in class net.guttershark.util.ArrayUtils |
|
Determines if a value exists within the array. |
| contains(str, pat, message, exceptionType) — Method in class net.guttershark.util.Assertions |
|
Assert that a string contains another string. |
| contains(d:net.guttershark.util.geom:Dimension) — Method in class net.guttershark.util.geom.Dimension |
|
Returns true if the passed Dimension fits within the
bounds of this Dimension. |
| containsProper(d:net.guttershark.util.geom:Dimension) — Method in class net.guttershark.util.geom.Dimension |
|
Returns true if this Dimension properly contains the one
specified - proper containment is defined as containment using
"<", instead of "<=". |
| contentLoader — Property in class net.guttershark.util.Bandwidth |
|
The loader used to load the bandwidth image. |
| contentLoader — Property in class net.guttershark.util.XMLLoader |
|
The loader object used for xml loading. |
| contentLoader — Property in class net.guttershark.util.akamai.Ident |
|
The loader used to load XML from the Akamai ident service. |
| contents — Property in class net.guttershark.model.Model |
|
Stores a reference to the <content></content>
node in the model xml. |
| controller — Property in class net.guttershark.display.BaseView |
|
A controller for this view. |
| copyBitmap(bitmapToCopy) — Method in class net.guttershark.util.BitmapUtils |
|
Copy a Bitmap. |
| CoreClip — Class in package net.guttershark.display |
|
The CoreClip class is a base class that provides
common properties and methods that are used over
and over in movie clips; this class is relief
from having to type the same code over and over. |
| CoreClip() — Constructor in class net.guttershark.display.CoreClip |
|
Constructor for CoreClips instances. |
| CoreSprite — Class in package net.guttershark.display |
|
The CoreSprite class is a base class that provides
common properties and methods that are used over
and over in sprites; this class is relief
from having to type the same code over and over. |
| CoreSprite() — Constructor in class net.guttershark.display.CoreSprite |
|
Constructor for CoreSprite instances. |
| count — Property in class net.guttershark.util.collections.ArrayCollection |
|
How many items exist within the collection. |
| count — Property in class net.guttershark.util.collections.DisplayListCollection |
|
How many items exist within the collection. |
| count — Property in interface net.guttershark.util.collections.ICollection |
|
How many items exist within the collection. |
| countOf(search, pattern, caseSensitive) — Method in class net.guttershark.util.StringUtils |
|
Determines the number of times a charactor or sub-string appears within the string. |
| CPU — Final class in package net.guttershark.util |
|
The CPU class benchmarks the clients computer
and provides a fast/med/slow estimate. |
| create(name, x, y, w, h, selectable, multiline, border, embedFonts, autoSize) — Method in class net.guttershark.util.TextFieldUtils |
|
Create a TextField. |
| createHTTPService(id, url, attempts, timeout, limiter, defaultResponseFormat) — Method in class net.guttershark.managers.ServiceManager |
|
Creates a new http service internally that you can access as a property on the service manager instance. |
| createRemotingService(id, gateway, endpoint, objectEncoding, attempts, timeout, limiter, overwriteIfExists, username, password) — Method in class net.guttershark.managers.ServiceManager |
|
Creates a new remoting service internally that you can access as a property on the service manager instance. |
| cubicBezier(bmp, x0, y0, x1, y1, x2, y2, x3, y3, c, resolution) — Method in class net.guttershark.util.BitmapUtils |
|
Draws a Cubic Bezier Curve into a bitmap data. |
| cuepoint — Property in class net.guttershark.support.events.FLVEvent |
|
A cuepoint object. |
| cuePoint — Event in class net.guttershark.display.FLV |
|
Dispatched when a cue point is reached. |
| CUE_POINT — Static property in class net.guttershark.support.events.FLVEvent |
|
Cue point. |
| current() — Method in class net.guttershark.util.collections.ArrayBidirectionalIterator |
|
Return the current element
|
| current() — Method in class net.guttershark.util.collections.ArrayBounceIterator |
|
Return the current element
|
| currentTime — Property in class net.guttershark.display.FLV |
|
Get the current time. |
| cycleAllThroughTracking — Property in class net.guttershark.support.eventmanager.EventListenerDelegate |
|
Cycle all events through tracking framework. |
|
| 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 |