| 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 |
| gateway — Property in class gs.remoting.RemotingCall |
|
The remoting gateway. |
| get(id) — Static method in class gs.audio.AudioGroup |
|
Get an audio group. |
| get(id) — Static method in class gs.audio.AudioObject |
|
Get an audio object. |
| get(id) — Static method in class gs.control.Document |
|
Get a document instance. |
| get(id) — Static method in class gs.display.xmlview.XMLViewManager |
|
Get an xml view manager. |
| get(id) — Static method in class gs.http.HTTPCall |
|
Get an HTTPCall instance. |
| get(id) — Static method in class gs.http.HTTPService |
|
Get an http service. |
| get(id) — Static method in class gs.model.Model |
|
Get a model instance. |
| get(id) — Static method in class gs.remoting.RemotingCall |
|
Get a remoting call. |
| get(id) — Static method in class gs.remoting.RemotingService |
|
Get a remoting service. |
| get(id) — Static method in class gs.soap.SoapService |
|
Get a soap service. |
| get(id) — Static method in class gs.tracking.Tracking |
|
Get a saved Tracking instance. |
| get(id) — Static method in class gs.util.FlashvarUtils |
|
Get a flashvars object. |
| get(id) — Static method in class gs.util.KeyHandler |
|
Get a key handler instance. |
| get(id) — Static method in class gs.util.SharedObjectUtils |
|
Get a saved shared object. |
| get(id) — Static method in class gs.util.Strings |
|
Get a Strings instance by id. |
| get(id) — Static method in class gs.util.StyleSheetUtils |
|
Get a stylesheet. |
| get(id) — Static method in class gs.util.TextAttributes |
|
Get a saved text attributes instance. |
| get(id) — Static method in class gs.util.filters.FilterUtils |
|
Get a filter that was previously saved. |
| getAbsoluteGridDistance(p:gs.util.geom:Point) — Method in class gs.util.geom.Point |
|
Algo to give the grid based distance when only vertical & horizontal moves are allowed. |
| getAbsoluteGridDistanceAllowDiagonals(p:gs.util.geom:Point) — Method in class gs.util.geom.Point |
|
Algo to give the grid based distance when diagonal moves are allowed
by finding math.min of the differences, we're figuring out how many moves can be diagonal ones. |
| getAge(bDate) — Static method in class gs.util.DateUtils |
|
Get someone's age from a birthdate. |
| getAllChildren(target) — Method in class gs.managers.LayoutManager |
|
Returns an array of all the children on the targets
display list. |
| getAndSetFlashvars(id, obj, flashvarsForStandalone, zincReturnsStandaloneFlashvars) — Static method in class gs.util.FlashvarUtils |
|
Gets, and sets the "flashvars" associated with the object passed, or calls
the "flashvarsForStandalone" method if the swf is running in standalone. |
| getAngle(p1:gs.util.geom:Point, p2:gs.util.geom:Point) — Static method in class gs.util.MathUtils |
|
Get the angle from two points. |
| getAngle(p:gs.util.geom:Point) — Method in class gs.util.geom.Point |
|
Get the angle degree between this point and a second point. |
| getArea() — Method in class gs.util.geom.Dimension |
|
Returns the area of this Dimension. |
| getARGB(rgb) — Static method in class gs.util.ColorUtils |
|
Get the ARGB values. |
| getAsset(libraryName) — Static method in class gs.managers.AssetManager |
|
Get any stored asset. |
| getAssetByLibraryName(libraryName, prependSourcePath) — Method in class gs.model.Model |
|
Get an Asset instance by the library name. |
| getAssetGroup(groupId) — Method in class gs.model.Model |
|
Get an array of asset objects, defined by a group node. |
| getAssetsByLibraryNames(... rest) — Method in class gs.model.Model |
|
Get an array of asset objects, from the provided library names. |
| getAssetsForPreload() — Method in class gs.model.Model |
|
Returns an array of Asset instances from the assets node,
that has a "preload" attribute set to true (preload='true'). |
| getAttrib(xml, name) — Static method in class gs.util.XMLUtils |
|
Grab an attribute, or node value from xml. |
| getAttribute(attributeID) — Method in class gs.model.Model |
|
Get the value from an attribute node. |
| getBitmap(libraryName, smooth) — Static method in class gs.managers.AssetManager |
|
Get a Bitmap. |
| getBitmapFromFZip(fzip, filename, receiver, timeout) — Static method in class gs.managers.AssetManager |
|
Send a bitmap from an fzip file to a receiver function. |
| getBitmapFromSWFLibrary(swfLibraryName, bitmapLinkageId, smooth) — Static method in class gs.managers.AssetManager |
|
Get a bitmap from a swf library. |
| getCachedObject(key) — Method in class gs.util.cache.Cache |
|
Get's a cached Object. |
| getCaptionsByGroupId(groupId) — Method in class gs.model.Model |
|
Returns a captioning set for flv captioning. |
| getClass(exportName) — Static method in class gs.managers.AssetManager |
|
Get a Class. |
| getClassFromSWFLibrary(swfLibraryName, classNameInLibrary) — Static method in class gs.managers.AssetManager |
|
Get a class from a swf library. |
| getColor(src, x, y, getAlpha) — Static method in class gs.util.ColorUtils |
|
Return the (A)RGB hexadecimal color value of a DisplayObject. |
| getColorAs0xHexString(selector) — Method in class gs.model.Model |
|
Get a color in hex with 0x, (0xff0066). |
| getColorAsInt(selector) — Method in class gs.model.Model |
|
Get's a color defined in the "colors" stylesheet. |
| getColorAsPoundHexString(selector) — Method in class gs.model.Model |
|
Get a color in hex with #, (#ff0066). |
| getDay(n) — Static method in class gs.util.DateUtils |
|
Get the day name by day number. |
| getDistance(p:gs.util.geom:Point) — Method in class gs.util.geom.Point |
|
Get the distance between two points. |
| getDivisors(n) — Static method in class gs.util.MathUtils |
|
Return an array of divisors of the integer. |
| getEmailsFromEmailList(str) — Static method in class gs.util.StringUtils |
|
Returns an array split on commas (,), and any spaces
are removed. |
| getExtendedStateAbbreviationsArray() — Static method in class gs.util.StringUtils |
|
Returns an array of state abbreviations (50 states), plus
some extra according to the usps abbreviations list
(http://www.usps.com/ncsc/lookups/abbr_state.txt). |
| getFilterIndex(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Finds the last index of a filter and returns that index, or -1 if not found. |
| getFilterTypeIndex(target, filterType) — Static method in class gs.util.filters.FilterUtils |
|
Finds the last index of a filter type, and returns that index, or -1 if not found. |
| getFlashvars(obj, flashvarsForStandalone, zincReturnsStandaloneFlashvars) — Static method in class gs.util.FlashvarUtils |
|
Returns the "flashvars" associated with the object passed, or calls
the "flashvarsForStandalone" method if the swf is running in standalone. |
| getFLV(libraryName) — Static method in class gs.managers.AssetManager |
|
Get an flv instance. |
| getFLVMetaData(libraryName) — Static method in class gs.managers.AssetManager |
|
Get an FLV's meta data. |
| getFLVXMPMetaData(libraryName) — Static method in class gs.managers.AssetManager |
|
Get an FLV's XMP meta data. |
| getFont(exportName) — Static method in class gs.managers.AssetManager |
|
Get a font. |
| getFontFromSWFLibrary(swfLibraryName, fontLinkageId) — Static method in class gs.managers.AssetManager |
|
Get a font from a swf library. |
| getFontFromTextFormat(tf) — Static method in class gs.util.FontUtils |
|
Finds the Font instance associated with a text format. |
| getFontNameFromTextFormat(tf) — Static method in class gs.util.FontUtils |
|
Finds the Font instance associated with a text format, and returns the fontName. |
| getFontStyleFromTextFormat(tf) — Static method in class gs.util.FontUtils |
|
Finds the Font instance associated with a text format, and returns the fontStyle. |
| getFontTypeFromTextFormat(tf) — Static method in class gs.util.FontUtils |
|
Finds the Font instance associated with a text format, and returns the fontType. |
| getFrameNumberForLabel(target, label) — Static method in class gs.util.FrameUtils |
|
Returns the frame number of a label. |
| getFullURL(rootURL, url) — Static method in class gs.util.URLUtils |
|
Converts a potentially relative URL to a full qualified URL. |
| getFZip(libraryName) — Static method in class gs.managers.AssetManager |
|
Get an FZip. |
| getHoursAmPm(hour24) — Static method in class gs.util.DateUtils |
|
Takes 24hr hours and converts to 12 hour with am/pm. |
| getHSLComponent(src, x, y) — Static method in class gs.util.ColorUtils |
|
Get the HSL components from a DisplayObject. |
| getHSVComponent(src, x, y) — Static method in class gs.util.ColorUtils |
|
Get the HSV components from a DisplayObject. |
| getHTTPCallById(serviceId, callId) — Method in class gs.model.Model |
|
Get an HTTPCall instance by id. |
| getHTTPServiceById(id) — Method in class gs.model.Model |
|
Get an HTTPService by id. |
| getItemAt(i) — Method in class gs.util.collections.Collection |
|
Get an item at a specific index. |
| getItemAt(i) — Method in interface gs.util.collections.ICollection |
|
Get an item at a specific index. |
| getJSON(libraryName) — Static method in class gs.managers.AssetManager |
|
Returns a JSON object that was loaded with a preloader. |
| getLink(id) — Method in class gs.model.Model |
|
Creates and returns a URLRequest from a link node. |
| getLinkWindow(id) — Method in class gs.model.Model |
|
Get the window attribute value on a link node. |
| getMonth(n) — Static method in class gs.util.DateUtils |
|
Get the month name by month number. |
| getMovieClip(exportName) — Static method in class gs.managers.AssetManager |
|
Get a movie clip. |
| getMovieClipFromSWFLibrary(swfLibraryName, classNameInLibrary) — Static method in class gs.managers.AssetManager |
|
Get a movie clip from a swf library. |
| getNetStream(libraryName) — Static method in class gs.managers.AssetManager |
|
Get a loaded asset as a NetStream. |
| getPath(... rest) — Method in class gs.model.Model |
|
Get a path concatenated from the given pathIds. |
| getPointFromDistanceAndAngle(centerPoint:gs.util.geom:Point, dist, angle) — Static method in class gs.util.MathUtils |
|
Get new point based on distance and angle from a given point. |
| getPort(url) — Static method in class gs.util.URLUtils |
|
Get the port number. |
| getProperty(name) — Method in class gs.util.QueryString |
|
Get a querystring parameter. |
| getProperty(name) — Method in class gs.util.XMLNamespaceProxy |
|
Forwards a property lookup to the internal xml,
prefixed by the namespace. |
| getProtocol(url) — Static method in class gs.util.URLUtils |
|
Get the protocol from a url. |
| getRadian(p1:gs.util.geom:Point, p2:gs.util.geom:Point) — Static method in class gs.util.MathUtils |
|
Get the radian from two points. |
| getRemotingCallById(serviceId, callId) — Method in class gs.model.Model |
|
Get a remoting call by service, and call id. |
| getRemotingServiceById(id) — Method in class gs.model.Model |
|
Get a remoting service by id. |
| getRGBComponent(src, x, y) — Static method in class gs.util.ColorUtils |
|
Get the RGB components from a DisplayObject. |
| getServerName(url) — Static method in class gs.util.URLUtils |
|
Get the server name out of a url. |
| getServerNameWithPort(url) — Static method in class gs.util.URLUtils |
|
Get the server name and port from a url. |
| getShortDay(n) — Static method in class gs.util.DateUtils |
|
Get the short day name by day number. |
| getShortMonth(n) — Static method in class gs.util.DateUtils |
|
Get the short month name by month number. |
| getSoapServiceById(id) — Method in class gs.model.Model |
|
Get a soap service by id. |
| getSoftBlurFilter() — Static method in class gs.util.filters.FilterUtils |
| |
| getSoftShadowFilter() — Static method in class gs.util.filters.FilterUtils |
|
Return a default DropShadowFilter. |
| getSound(libraryName) — Static method in class gs.managers.AssetManager |
|
Get a sound. |
| getSoundFromSWFLibrary(swfLibraryName, soundLinkageId) — Static method in class gs.managers.AssetManager |
|
Get a sound from a swf library
|
| getSprite(exportName) — Static method in class gs.managers.AssetManager |
|
Get a sprite. |
| getSpriteFromSWFLibrary(swfLibraryName, classNameInLibrary) — Static method in class gs.managers.AssetManager |
|
Get a sprite from a swf library. |
| getStageDeadCenterPoint() — Method in class gs.managers.LayoutManager |
|
Returns the stage dead center point. |
| getStateAbbreviationsArray() — Static method in class gs.util.StringUtils |
|
Get an array of 50 state abbreviations. |
| getStringFromID(id) — Method in class gs.util.Strings |
|
Get string from an id. |
| getStrongBlurFilter() — Static method in class gs.util.filters.FilterUtils |
| |
| getStyleSheet(libraryName) — Static method in class gs.managers.AssetManager |
|
Get a style sheet that was preloaded from a css file. |
| getStyleSheetById(id) — Method in class gs.model.Model |
|
Get a StyleSheet object by the node id. |
| getSWF(libraryName) — Static method in class gs.managers.AssetManager |
|
Get a loaded asset as a SWF. |
| getText(libraryName) — Static method in class gs.managers.AssetManager |
|
Get an asset that was loaded as text. |
| getTextAttributeById(id) — Method in class gs.model.Model |
|
Get a text attributes. |
| getTextFormatById(id) — Method in class gs.model.Model |
|
Get a TextFormat object by the node id. |
| getTotalDaysInMonth(year, month) — Static method in class gs.util.DateUtils |
|
Return the number of days in a specific month. |
| getTotalDaysInYear(year) — Static method in class gs.util.DateUtils |
|
Returns the number of days in a specific year. |
| getTransform(src) — Static method in class gs.util.ColorUtils |
|
Returns the transform value set by the last setTransform() call. |
| GetWorkerInstance(fileType) — Static method in class gs.preloading.workers.Worker |
|
Get an instance of the worker specified by type. |
| getXML(libraryName) — Static method in class gs.managers.AssetManager |
|
Get a loaded asset as XML. |
| getZDistance(p1:gs.util.geom:Point3D, p2:gs.util.geom:Point3D) — Static method in class gs.util.MathUtils |
|
Get z distance between two Point3D instances. |
| getZDistance(p:gs.util.geom:Point3D) — Method in class gs.util.geom.Point3D |
|
Get Z distance between two points. |
| gi() — Static method in class gs.util.cache.DescribeTypeCache |
|
Singleton access. |
| GIGABIT — Constant static property in class gs.util.MathUtils |
|
Gigabit value. |
| gigabit2bit(n) — Static method in class gs.util.MathUtils |
|
Convert gigabit to bits. |
| GIGABYTE — Constant static property in class gs.util.MathUtils |
|
Gigabyte value. |
| gigabyte2bit(n) — Static method in class gs.util.MathUtils |
|
Convert gigabytes to bits. |
| glimpse() — Method in class gs.util.iters.ArrayBidirectionalIterator |
|
Return a glimpse of the previous element without
updating the array element pointer, or null. |
| glimpse() — Method in class gs.util.iters.ArrayLoopableIterator |
|
Return a glimple of the previous element without
updating the pointer. |
| goToLink() — Method in class gs.display.decorators.NavigateToLink |
|
Navigates to the link. |
| GradientLabel — Class in package gs.display.text |
|
The GradientLabel class creates gradiated text,
it uses a text field as a mask applied to a gradient. |
| GradientLabel(tf) — Constructor in class gs.display.text.GradientLabel |
|
Constructor for GradientText instances. |
| greater(value, minimum, message, exceptionType) — Static method in class gs.util.Assertions |
|
Assert that a value is greater than a minimum number. |
| gs.audio — Package |
| The gs.audio package contains classes that simplify managing and playing audio. |
| GSClip — Class in package gs.display |
|
The GSClip class is a base movie clip that
fixes null stage references. |
| gs.control — Package |
| The gs.control package contains stub document controller classes. |
| gs.display — Package |
| The gs.display package contains classes that are display objects and sub packages for more display objects. |
| gs.display.accordion — Package |
| The gs.display.accordion package contains classes that implement an accordion component. |
| gs.display.decorators — Package |
| The gs.display.decorators package contains re-usable decorators. |
| gs.display.flv — Package |
| The gs.display.flv package contains classes that implement flv. |
| gs.display.shapes — Package |
| The gs.display.shapes package contains re-usable shapes. |
| gs.display.text — Package |
| The gs.display.text package contains classes that help render text. |
| gs.display.view — Package |
| The gs.display.view package contains view classes. |
| gs.display.xmlview — Package |
| The gs.display.xmlview package contains classes for working with and creating views from an xml source. |
| gs.events — Package |
| The gs.events package contains event classes. |
| gs.http — Package |
| The gs.http package contains classes that simplify http. |
| gs.managers — Package |
| The gs.managers package contains manager classes that simplify many mundane programming tasks. |
| gs.model — Package |
| The gs.model package contains classes for working with model classes and model xml. |
| gs.preloading — Package |
| The gs.preloading package contains classes for preloading. |
| gs.preloading.workers — Package |
| The gs.preloading.worker package contains worker classes that implement loading of different types of assets. |
| gs.remoting — Package |
| The gs.service.remoting package contains classes that simplify remoting services. |
| gs.soap — Package |
| The gs.soap package contains classes that simplify soap services. |
| GSSprite — Class in package gs.display |
|
The GSSprite class is a base sprite that
fixes null stage references. |
| GSTextField — Class in package gs.display |
|
The GSTextField class simplifies creating text fields that
have formatting requirements. |
| GSTextField() — Constructor in class gs.display.GSTextField |
|
Constructor for GSTextField instances - you shouldn't use this. |
| gs.tracking — Package |
| The gs.tracking package contains tracking classes. |
| gs.util — Package |
| The gs.util package contains all utility functions, classes and sub packages. |
| gs.util.akamai — Package |
| The gs.util.akamai package contains utility classes for Akamai services. |
| gs.util.autosuggest — Package |
| The gs.util.autosuggest package contains utility classes that help create an auto suggest. |
| gs.util.cache — Package |
| The gs.util.cache package contains utility classes that cache objects in memory. |
| gs.util.collections — Package |
| The gs.util.collections package contains utility collections. |
| gs.util.filters — Package |
| The gs.util.filters package contains utility classes that simplify working with filters. |
| gs.util.geom — Package |
| The gs.util.geom package contains classes that define basic geometry. |
| gs.util.iters — Package |
| The gs.util.iters package contains utility iterators. |
| gs.util.text — Package |
| The gs.util.geom package contains utility classes for text. |
|
| 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 |