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  
data — Property in class com.greensock.core.TweenCore
Place to store any data you want.
data(data) — Method in class com.greensock.data.TweenLiteVars
Any generic data that you'd like associated with your tween.
data(data) — Method in class com.greensock.data.TweenMaxVars
Any generic data that you'd like associated with your tween.
data — Property in class com.greensock.events.LoaderEvent
Event-related data which varies based on the type of event.
data — Property in class com.greensock.loading.display.ContentDisplay
Arbitrary data that you can associate with the ContentDisplay instance.
data — Property in class com.greensock.loading.display.FlexContentDisplay
Arbitrary data that you can associate with the FlexContentDisplay instance.
DataLoader — Class in package com.greensock.loading
Loads generic data which can be text (the default), binary data, or URL-encoded variables.
DataLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.DataLoader
Constructor
DataLoaderVars — Class in package com.greensock.loading.data
Can be used instead of a generic Object to define the vars parameter of a DataLoader's constructor.
DataLoaderVars(vars) — Constructor in class com.greensock.loading.data.DataLoaderVars
Constructor
deactivate() — Method in class com.greensock.text.FlexSplitTextField
When a FlexSplitTextField is activated, it swaps the source's original TextField back into the display list.
deactivate() — Method in class com.greensock.text.SplitTextField
When a SplitTextField is deactivated, it swaps the source TextField back into the display list.
deblocking(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Indicates the type of filter applied to decoded video as part of post-processing.
defaultAuditSize — Static property in class com.greensock.loading.LoaderMax
Controls the default value of auditSize in LoaderMax instances (normally true).
defaultAutoForceGC — Static property in class com.greensock.loading.core.DisplayObjectLoader
By default, LoaderMax will automatically attempt to force garbage collection when a SWFLoader or ImageLoader is unloaded or cancelled but if you prefer to skip this measure, set defaultAutoForceGC to false.
defaultContext — Static property in class com.greensock.loading.LoaderMax
Optionally define a default LoaderContext to use with SWFLoaders and ImageLoaders.
defaultEase — Static property in class com.greensock.TweenLite
Provides an easy way to change the default easing equation.
defaultEstimatedBytes — Static property in class com.greensock.loading.LoaderMax
The default value that will be used for the estimatedBytes on loaders that don't declare one in the vars parameter of the constructor.
defaultResistance — Static property in class com.greensock.plugins.ThrowPropsPlugin
The default resistance that is used to calculate how long it will take for the tweening property (or properties) to come to rest by the static ThrowPropsPlugin.to() and ThrowPropsPlugin.calculateTweenDuration() methods.
defaultStage — Static property in class com.greensock.layout.LiquidStage
Refers to the first LiquidStage instance created (or you can set it to any other instance) - it serves as an easy way to reference a LiquidStage through a static variable.
delay — Property in class com.greensock.core.TweenCore
Length of time in seconds (or frames for frames-based tweens/timelines) before the tween should begin.
delay(delay) — Method in class com.greensock.data.TweenLiteVars
The number of seconds (or frames for frames-based tweens) to delay before the tween begins.
delay(delay) — Method in class com.greensock.data.TweenMaxVars
The number of seconds (or frames for frames-based tweens) to delay before the tween begins.
delayedCall(delay, onComplete, onCompleteParams, useFrames) — Static method in class com.greensock.TweenLite
Provides a simple way to call a function after a set amount of time (or frames).
delayedCall(delay, onComplete, onCompleteParams, useFrames) — Static method in class com.greensock.TweenMax
Provides a simple way to call a function after a set amount of time (or frames).
delayedCall(delay, onComplete, onCompleteParams, useFrames) — Static method in class com.greensock.TweenNano
Provides a simple way to call a function after a set amount of time (or frames).
destroy() — Method in class com.greensock.TweenProxy
destroy() — Method in class com.greensock.easing.CustomEase
destroy() — Method in class com.greensock.layout.AutoFitArea
Destroys the instance by releasing all DisplayObjects, setting preview to false, and nulling references to the parent, ensuring that garbage collection isn't hindered.
destroy() — Method in class com.greensock.layout.LiquidArea
Destroys the instance by releasing all DisplayObjects, setting preview to false, and nulling references to the parent, ensuring that garbage collection isn't hindered.
destroy() — Method in class com.greensock.layout.PinPoint
Destroys the PinPoint, making it eligible for garbage collection.
destroy() — Method in class com.greensock.text.FlexSplitTextField
Deactivates the FlexSplitTextField (swapping the original TextField back into place) and deletes all child TextFields that resulted from the split operation, and nulls references to the source so that it's eligible for garbage collection.
destroy() — Method in class com.greensock.text.SplitTextField
Deactivates the SplitTextField (swapping the original TextField back into place) and deletes all child TextFields that resulted from the split operation, and nulls references to the source so that it's eligible for garbage collection.
Direction — Class in package com.greensock.motionPaths
Constants for defining the direction in which to travel on a MotionPath (like CLOCKWISE, COUNTER_CLOCKWISE, SHORTEST, etc.).
disableBitmapMode(event) — Method in class com.greensock.BlitMask
Identical to setting bitmapMode = false but this method simplifies adding that functionality to tweens or using it as an event handler.
disableBitmapMode(event) — Method in class com.greensock.FlexBlitMask
Identical to setting bitmapMode = false but this method simplifies adding that functionality to tweens or using it as an event handler.
disableTweenMode() — Method in class com.greensock.layout.AutoFitArea
Disables the area's tween mode; normally, any changes to the area's transform properties like x, y, scaleX, scaleY, width, or height will force an immediate update() call but when the area is in tween mode, that automatic update() is suspended.
dispatchEvent(event) — Method in class com.greensock.layout.PinPoint
DisplayObjectLoader — Class in package com.greensock.loading.core
Serves as the base class for SWFLoader and ImageLoader.
DisplayObjectLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.core.DisplayObjectLoader
Constructor
dispose() — Method in class com.greensock.BlitMask
Disposes of the BlitMask and its internal BitmapData instances, releasing them for garbage collection.
dispose() — Method in class com.greensock.FlexBlitMask
Disposes of the FlexBlitMask and its internal BitmapData instances, releasing them for garbage collection.
dispose() — Method in class com.greensock.easing.RoughEase
Disposes the RoughEase so that it is no longer stored for easy lookups by name with byName(), releasing it for garbage collection.
dispose(flushContent) — Method in class com.greensock.loading.core.LoaderCore
Disposes of the loader and releases it internally for garbage collection.
dispose(unloadLoader, disposeLoader) — Method in class com.greensock.loading.display.ContentDisplay
Removes the ContentDisplay from the display list (if necessary), dumps the rawContent, and calls unload() and dispose() on the loader (unless you define otherwise with the optional parameters).
dispose(unloadLoader, disposeLoader) — Method in class com.greensock.loading.display.FlexContentDisplay
Removes the FlexContentDisplay from the display list (if necessary), dumps the rawContent, and calls unload() and dispose() on the loader (unless you define otherwise with the optional parameters).
DISPOSED — Constant static property in class com.greensock.loading.LoaderStatus
The loader has been disposed.
distribute(targets, min, max, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.MotionPath
Distributes objects evenly along the MotionPath.
dropShadowFilter(distance, blurX, blurY, alpha, angle, color, strength, inner, knockout, hideObject, quality, remove, addFilter, index) — Method in class com.greensock.data.TweenLiteVars
Tweens a DropShadowFilter.
dropShadowFilter(distance, blurX, blurY, alpha, angle, color, strength, inner, knockout, hideObject, quality, remove, addFilter, index) — Method in class com.greensock.data.TweenMaxVars
Tweens a DropShadowFilter.
DropShadowFilterPlugin — Class in package com.greensock.plugins
Tweens a DropShadowFilter.
duration — Property in class com.greensock.TimelineLite
Duration of the timeline in seconds (or frames for frames-based timelines) not including any repeats or repeatDelays.
duration — Property in class com.greensock.TweenNano
Duration of the tween in seconds (or in frames if "useFrames" is true).
duration — Property in class com.greensock.core.TweenCore
Duration of the tween in seconds (or frames for frames-based tweens/timelines) not including any repeats or repeatDelays.
duration — Property in class com.greensock.loading.MP3Loader
The duration (in seconds) of the sound.
duration — Property in class com.greensock.loading.VideoLoader
The duration (in seconds) of the video.
DynamicPinPoint — Class in package com.greensock.layout
Sometimes it's useful to have a PinPoint base its coordinates on some custom criteria, like the edge of another DisplayObject or the center of an object whose width/height changes frequently, so DynamicPinPoint allows you to associate a function (one you define) that returns a Point instance that will determine the DynamicPinPoint's x/y values.
DynamicPinPoint(target, getter, liquidStage:com.greensock.layout:LiquidStage) — Constructor in class com.greensock.layout.DynamicPinPoint
Constructor
dynamicProps(props, params) — Method in class com.greensock.data.TweenLiteVars
If you'd like to tween something to a destination value that may change at any time, dynamicProps allows you to simply associate a function with a property so that every time the tween is rendered, it calls that function to get the new destination value for the associated property.
dynamicProps(props, params) — Method in class com.greensock.data.TweenMaxVars
If you'd like to tween something to a destination value that may change at any time, dynamicProps allows you to simply associate a function with a property so that every time the tween is rendered, it calls that function to get the new destination value for the associated property.
DynamicPropsPlugin — Class in package com.greensock.plugins
If you'd like to tween something to a destination value that may change at any time, DynamicPropsPlugin allows you to simply associate a function with a property so that every time the tween is rendered, it calls that function to get the new destination value for the associated property.
dynamicTween(duration, vars) — Method in class com.greensock.layout.LiquidArea
If you want to tween a LiquidArea's transform properties (like x, y, width, height, scaleX, or scaleY), you may want the destination values to be dynamically affected by LiquidStage resizes and that's exactly what dynamicTween() allows.
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