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  
Gaia — Class in package com.gaiaframework.api
The Gaia class is a Bridge that contains a reference to the Gaia API.
GaiaSWFAddressEvent — Class in package com.gaiaframework.events
The GaiaSWFAddressEvent is dispatched to Pages in their onDeeplink listener.
getAssetPreloader() — Method in interface com.gaiaframework.api.IGaia
Returns the asset preloader MovieClipAsset.
getAvailableFonts() — Method in interface com.gaiaframework.api.IGaia
getBaseURL() — Method in interface com.gaiaframework.api.IGaia
Returns the base URL of the website.
getBounds(obj) — Method in interface com.gaiaframework.api.IDisplayObject
getBytesLoaded() — Method in interface com.gaiaframework.api.IAsset
Returns the loaded bytes of the file.
getBytesTotal() — Method in interface com.gaiaframework.api.IAsset
Returns the total bytes of the file.
getChildAt(index) — Method in interface com.gaiaframework.api.ISprite
getChildByName(name) — Method in interface com.gaiaframework.api.ISprite
getChildIndex(child) — Method in interface com.gaiaframework.api.ISprite
getContextMenu() — Method in interface com.gaiaframework.api.IGaia
Returns the ContextMenu attached to GaiaMain by Gaia, making it easier to modify the custom items in the ContextMenu, such as adding custom menu items that are not Gaia pages.
getCurrentBranch() — Method in interface com.gaiaframework.api.IGaia
Returns the current valid branch.
getDeeplink() — Method in interface com.gaiaframework.api.IGaia
Returns the deep link from the GaiaSWFAddress class that goes beyond the realm of the site.xml.
getDefaultFlow() — Method in interface com.gaiaframework.api.IGaia
Returns the current default flow for any pages that do not have a flow defined (returns "normal", "preload", "reverse" or "cross").
getDepthContainer(name) — Method in interface com.gaiaframework.api.IGaia
Returns the Sprite or MovieClip depth container.
getFontName(className) — Method in interface com.gaiaframework.api.IGaia
getGlobalVolume() — Method in interface com.gaiaframework.api.IGaia
Returns the global volume of the entire site.
getHeight() — Method in interface com.gaiaframework.api.IGaia
Returns the fixed height of the Gaia site as defined in Main.
getMenuArray() — Method in interface com.gaiaframework.api.IGaia
Returns an array of all the pages in the site.xml with menu="true" and that have a title.
getObjectsUnderPoint(point) — Method in interface com.gaiaframework.api.ISprite
getPage(branch) — Method in interface com.gaiaframework.api.IGaia
Returns the instance of the PageAsset for that page.
getParent() — Method in interface com.gaiaframework.api.IPageAsset
[read-only] This method returns the page's parent PageAsset.
getPreloader() — Method in interface com.gaiaframework.api.IGaia
Returns the preloader MovieClipAsset.
getRect(obj) — Method in interface com.gaiaframework.api.IDisplayObject
getSitePosition() — Method in interface com.gaiaframework.api.IGaia
Returns the current Site View x,y position as an object with properties x and y.
getSiteTitle() — Method in interface com.gaiaframework.api.IGaia
Returns the value of the title attribute of the site node with the %PAGE% token still inside it.
getSiteTree() — Method in interface com.gaiaframework.api.IGaia
Returns the PageAsset instance of the index page.
getSiteXML() — Method in interface com.gaiaframework.api.IGaia
Returns the raw site.xml
getStyle(styleName) — Method in interface com.gaiaframework.api.IStyleSheet
getTitle() — Method in interface com.gaiaframework.api.IGaia
Returns the current title of the browser window.
getValidBranch(branch) — Method in interface com.gaiaframework.api.IGaia
Returns a valid branch for whatever branch you pass it.
getValue() — Method in interface com.gaiaframework.api.IGaia
Calls SWFAddress.getValue() via a proxy so it always works even at site launch
getWidth() — Method in interface com.gaiaframework.api.IGaia
Returns the fixed width of the Gaia site as defined in Main.
globalToLocal(point) — Method in interface com.gaiaframework.api.IDisplayObject
goto(branch, flow) — Method in interface com.gaiaframework.api.IGaia
goto is the primary method you will be using in Gaia.
gotoAndPlay(value) — Method in interface com.gaiaframework.api.IMovieClip
gotoAndStop(value) — Method in interface com.gaiaframework.api.IMovieClip
gotoRoute(route, deeplink, flow) — Method in interface com.gaiaframework.api.IGaia
gotoRoute is an alternative to goto().
graphics — Property in interface com.gaiaframework.api.ISprite
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