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  
onCancel(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onCancel(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onCancel(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onCancel(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onCancel(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onCancel(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onCancel(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onCancel(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CANCEL events which are dispatched when loading is aborted due to either a failure or because another loader was prioritized or cancel() was manually called.
onChildCancel(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_CANCEL events which are dispatched each time loading is aborted on one of the loader's children (or any descendant) due to either an error or because another loader was prioritized in the queue or because cancel() was manually called on the child loader.
onChildCancel(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_CANCEL events which are dispatched each time loading is aborted on any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) due to either an error or because another loader was prioritized in the queue or because cancel() was manually called on the child loader.
onChildCancel(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_CANCEL events which are dispatched each time loading is aborted on any nested LoaderMax-related loaders that were defined in the XML due to either an error or because another loader was prioritized in the queue or because cancel() was manually called on the child loader.
onChildComplete(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_COMPLETE events which are dispatched each time one of the loader's children (or any descendant) finishes loading successfully.
onChildComplete(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_COMPLETE events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) finishes loading successfully.
onChildComplete(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_COMPLETE events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML finishes loading successfully.
onChildFail(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_FAIL events which are dispatched each time one of the loader's children (or any descendant) fails (and its status chances to LoaderStatus.FAILED).
onChildFail(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_FAIL events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) fails (and its status chances to LoaderStatus.FAILED).
onChildFail(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_FAIL events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML fails (and its status chances to LoaderStatus.FAILED).
onChildOpen(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_OPEN events which are dispatched each time one of the loader's children (or any descendant) begins loading.
onChildOpen(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_OPEN events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) begins loading.
onChildOpen(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_OPEN events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML begins loading.
onChildProgress(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.CHILD_PROGRESS events which are dispatched each time one of the loader's children (or any descendant) dispatches a PROGRESS event.
onChildProgress(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.CHILD_PROGRESS events which are dispatched each time any nested LoaderMax-related loaders (active ones that the SWFLoader found inside the subloading swf that had their requireWithRoot set to its root) dispatches a PROGRESS event.
onChildProgress(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.CHILD_PROGRESS events which are dispatched each time any nested LoaderMax-related loaders that were defined in the XML dispatches a PROGRESS event.
onComplete(func, params) — Method in class com.greensock.data.TweenLiteVars
A function that should be called when the tween has completed.
onComplete(func, params) — Method in class com.greensock.data.TweenMaxVars
A function that should be called when the tween has completed.
onComplete(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onComplete(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.COMPLETE events which are dispatched when the loader has finished loading successfully.
onCompleteListener(func) — Method in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it completes.
onError(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onError(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.ERROR events which are dispatched whenever the loader experiences an error (typically an IO_ERROR or SECURITY_ERROR).
onFail(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onFail(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.FAIL events which are dispatched whenever the loader fails and its status changes to LoaderStatus.FAILED.
onHTTPStatus(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onHTTPStatus(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.HTTP_STATUS events.
onInit(func, params) — Method in class com.greensock.data.TweenLiteVars
A function that should be called just before the tween inits (renders for the first time).
onInit(func, params) — Method in class com.greensock.data.TweenMaxVars
A function that should be called just before the tween inits (renders for the first time).
onInit(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.INIT events which are called when the swf has streamed enough of its content to render the first frame and determine if there are any required LoaderMax-related loaders recognized.
onInit(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.INIT events which will be called when the video's metaData has been received and the video is placed into the ContentDisplay.
onInit(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.INIT events which are dispatched when the XML finishes loading and its contents are parsed (creating any dynamic XML-driven loader instances necessary).
onIOError(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onIOError(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onIOError(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onIOError(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onIOError(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onIOError(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onIOError(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onIOError(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.IO_ERROR events which will also call the onError handler, so you can use that as more of a catch-all whereas onIOError is specifically for LoaderEvent.IO_ERROR events.
onOpen(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onOpen(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.OPEN events which are dispatched when the loader begins loading.
onProgress(value) — Method in class com.greensock.loading.data.CSSLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value) — Method in class com.greensock.loading.data.DataLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onProgress(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for LoaderEvent.PROGRESS events which are dispatched whenever the bytesLoaded changes.
onRawLoad(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A handler function for XMLLoader.RAW_LOAD events which are dispatched when the loader finishes loading the XML but has NOT parsed the XML yet.
onRepeat(func, params) — Method in class com.greensock.data.TweenMaxVars
A function that should be called every time the tween repeats
onReverseComplete(func, params) — Method in class com.greensock.data.TweenLiteVars
A function that should be called when the tween has reached its starting point again after having been reversed.
onReverseComplete(func, params) — Method in class com.greensock.data.TweenMaxVars
A function that should be called when the tween has reached its starting point again after having been reversed.
onReverseCompleteListener(func) — Method in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it has reached its starting point again after having been reversed
onScriptAccessDenied(value) — Method in class com.greensock.loading.data.LoaderMaxVars
A handler function for LoaderEvent.SCRIPT_ACCESS_DENIED events which are dispatched when one of the LoaderMax's children (or any descendant) is loaded from another domain and no crossdomain.xml is in place to grant full script access for things like smoothing or BitmapData manipulation.
onSecurityError(value) — Method in class com.greensock.loading.data.ImageLoaderVars
A handler function for LoaderEvent.SECURITY_ERROR events which onError handles as well, so you can use that as more of a catch-all whereas onSecurityError is specifically for SECURITY_ERROR events.
onSecurityError(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.SECURITY_ERROR events which onError handles as well, so you can use that as more of a catch-all whereas onSecurityError is specifically for SECURITY_ERROR events.
onSecurityError(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A handler function for LoaderEvent.SECURITY_ERROR events which onError handles as well, so you can use that as more of a catch-all whereas onSecurityError is specifically for SECURITY_ERROR events.
onStart(func, params) — Method in class com.greensock.data.TweenLiteVars
A function that should be called when the tween begins (when its currentTime is at 0 and changes to some other value which can happen more than once if the tween is restarted multiple times).
onStart(func, params) — Method in class com.greensock.data.TweenMaxVars
A function that should be called when the tween begins (when its currentTime is at 0 and changes to some other value which can happen more than once if the tween is restarted multiple times).
onStartListener(func) — Method in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent when it begins.
onUncaughtError(value) — Method in class com.greensock.loading.data.SWFLoaderVars
A handler function for LoaderEvent.UNCAUGHT_ERROR events which are dispatched when the subloaded swf encounters an UncaughtErrorEvent meaning an Error was thrown outside of a try...catch statement.
onUpdate(func, params) — Method in class com.greensock.data.TweenLiteVars
A function to call whenever the tweening values are updated (on every frame during the time the tween is active).
onUpdate(func, params) — Method in class com.greensock.data.TweenMaxVars
A function to call whenever the tweening values are updated (on every frame during the time the tween is active).
onUpdateListener(func) — Method in class com.greensock.data.TweenMaxVars
A function to which the TweenMax instance should dispatch a TweenEvent every time it updates values.
open — Event in class com.greensock.loading.core.LoaderCore
Dispatched when the loader starts loading.
OPEN — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader begins loading, like when its load() method is called.
orientToBezier(values) — Method in class com.greensock.data.TweenLiteVars
A common effect that designers/developers want is for a MovieClip/Sprite to orient itself in the direction of a Bezier path (alter its rotation).
orientToBezier(values) — Method in class com.greensock.data.TweenMaxVars
A common effect that designers/developers want is for a MovieClip/Sprite to orient itself in the direction of a Bezier path (alter its rotation).
overwrite(value) — Method in class com.greensock.data.TweenLiteVars
Controls how (and if) other tweens of the same target are overwritten by this tween; NONE = 0, ALL_IMMEDIATE = 1, AUTO = 2, CONCURRENT = 3, ALL_ONSTART = 4, PREEXISTING = 5 (2 through 5 are only available with the optional OverwriteManager add-on class which must be initted once for TweenLite, like OverwriteManager.init().
overwrite(value) — Method in class com.greensock.data.TweenMaxVars
Controls how (and if) other tweens of the same target are overwritten by this tween; NONE = 0, ALL_IMMEDIATE = 1, AUTO = 2, CONCURRENT = 3, ALL_ONSTART = 4, PREEXISTING = 5 (2 through 5 are only available with the optional OverwriteManager add-on class.
OverwriteManager — Final class in package com.greensock
OverwriteManager resolves conflicts between tweens and controls if (and how) existing tweens of the same target are overwritten.
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