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  
CacheAsBitmapPlugin — Class in package com.greensock.plugins
Forces the cacheAsBitmap property of a DisplayObject to be a certain value (true or false) during the tween and then sets it back to whatever it was before the tween was rendered for the first time.
calibrate() — Method in class com.greensock.TweenProxy
cancel — Event in class com.greensock.loading.core.LoaderCore
Dispatched when the loader is canceled while loading which can occur either because of a failure or when a sibling loader is prioritized in a LoaderMax queue.
cancel() — Method in class com.greensock.loading.core.LoaderCore
If the loader is currently loading (status is LoaderStatus.LOADING), it will be canceled immediately and its status will change to LoaderStatus.READY.
CANCEL — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader aborts its loading.
CENTER — Constant static property in class com.greensock.layout.AlignMode
Align with the center of the area.
CENTER — Property in class com.greensock.layout.LiquidStage
center of the stage
centerOrigin — Property in class com.greensock.motionPaths.RectanglePath2D
height of the rectangle in its unrotated, unscaled state (does not factor in any transformations like scaleX/scaleY/rotation)
centerRegistration — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars
If true, the registration point will be placed in the center of the ContentDisplay which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
centerRegistration — Property in class com.greensock.loading.display.ContentDisplay
If true, the ContentDisplay's registration point will be placed in the center of the rawContent which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
centerRegistration — Property in class com.greensock.loading.display.FlexContentDisplay
If true, the FlexContentDisplay's registration point will be placed in the center of the rawContent which can be useful if, for example, you want to animate its scale and have it grow/shrink from its center.
change — Property in class com.greensock.core.PropTween
Amount to change (basically, the difference between the starting value and ending value)
changeFactor — Property in class com.greensock.plugins.FastTransformPlugin
changeFactor — Property in class com.greensock.plugins.TweenPlugin
channel — Property in class com.greensock.loading.MP3Loader
The SoundChannel object that results from the most recent playSound() call (or when autoPlay is true in the constructor's vars parameter).
checkPolicyFile — Property in class com.greensock.loading.data.VideoLoaderVars
If true, the VideoLoader will check for a crossdomain.xml file on the remote host (only useful when loading videos from other domains - see Adobe's docs for details about NetStream's checkPolicyFile property).
childCancel — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance dispatches a CANCEL event which could occur when another child is prioritized in the queue or when the LoaderMax is canceled while loading the child.
childCancel — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a CANCEL event.
childCancel — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a CANCEL event.
CHILD_CANCEL — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children aborts its loading.
childComplete — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance completes.
childComplete — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a COMPLETE event.
childComplete — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a COMPLETE event.
CHILD_COMPLETE — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children finishes loading.
childFail — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance fails to load.
childFail — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a FAIL event.
childFail — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a FAIL event.
CHILD_FAIL — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children fails to load.
childOpen — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance starts loading.
childOpen — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches an OPEN event.
childOpen — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches an OPEN event.
CHILD_OPEN — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children begins loading.
childProgress — Event in class com.greensock.loading.LoaderMax
Dispatched when any child of the LoaderMax instance dispatches a PROGRESS event.
childProgress — Event in class com.greensock.loading.SWFLoader
Dispatched when any loader that the SWFLoader discovered in the subloaded swf dispatches a PROGRESS event.
childProgress — Event in class com.greensock.loading.XMLLoader
Dispatched when any loader that the XMLLoader discovered in the XML dispatches a PROGRESS event.
CHILD_PROGRESS — Constant static property in class com.greensock.events.LoaderEvent
Dispatched by a LoaderMax (or other loader that may dynamically recognize nested loaders like XMLLoader and SWFLoader) when one of its children dispatches a PROGRESS Event.
Circ — Class in package com.greensock.easing
CirclePath2D — Class in package com.greensock.motionPaths
A CirclePath2D defines a circular path on which a PathFollower can be placed, making it simple to tween objects along a circle or oval (make an oval by altering the width/height/scaleX/scaleY properties).
CirclePath2D(x, y, radius) — Constructor in class com.greensock.motionPaths.CirclePath2D
Constructor
CirclePath2DPlugin — Class in package com.greensock.plugins
Tweens an object along a CirclePath2D motion path in any direction (clockwise, counter-clockwise, or shortest).
clear(tweens) — Method in class com.greensock.TimelineLite
Empties the timeline of all child tweens/timelines, or you can optionally pass an Array containing specific tweens/timelines to remove.
CLICK_OFF — Constant static property in class com.greensock.events.TransformEvent
CLOCKWISE — Constant static property in class com.greensock.motionPaths.Direction
clone() — Method in class com.greensock.data.TweenLiteVars
Clones the TweenLiteVars object.
clone() — Method in class com.greensock.data.TweenMaxVars
Clones the TweenMaxVars object.
clone() — Method in class com.greensock.events.LoaderEvent
clone() — Method in class com.greensock.events.TransformEvent
clone() — Method in class com.greensock.events.TweenEvent
clone() — Method in class com.greensock.events.VideoEvent
clone() — Method in class com.greensock.layout.DynamicPinPoint
clone() — Method in class com.greensock.layout.PinPoint
clone() — Method in class com.greensock.loading.data.CSSLoaderVars
Clones the object.
clone() — Method in class com.greensock.loading.data.DataLoaderVars
Clones the object.
clone() — Method in class com.greensock.loading.data.ImageLoaderVars
Clones the object.
clone() — Method in class com.greensock.loading.data.LoaderMaxVars
Clones the object.
clone() — Method in class com.greensock.loading.data.MP3LoaderVars
Clones the object.
clone() — Method in class com.greensock.loading.data.SWFLoaderVars
Clones the object.
clone() — Method in class com.greensock.loading.data.VideoLoaderVars
Clones the object.
clone() — Method in class com.greensock.loading.data.XMLLoaderVars
Clones the object.
color — Property in class com.greensock.data.DropShadowFilterVars
Color.
color — Property in class com.greensock.data.GlowFilterVars
Color.
colorMatrixFilter — Property in class com.greensock.data.TweenLiteVars
Applies a ColorMatrixFilter tween (use the ColorMatrixFilterVars class to define the values).
ColorMatrixFilterPlugin — Class in package com.greensock.plugins
ColorMatrixFilter tweening offers an easy way to tween a DisplayObject's saturation, hue, contrast, brightness, and colorization.
ColorMatrixFilterVars — Class in package com.greensock.data
ColorMatrixFilterVars(colorize, amount, saturation, contrast, brightness, hue, threshold, remove, index, addFilter) — Constructor in class com.greensock.data.ColorMatrixFilterVars
colorTransform — Property in class com.greensock.data.TweenLiteVars
Applies a ColorTransform tween (use the ColorTransformVars class to define the values).
ColorTransformPlugin — Class in package com.greensock.plugins
Ever wanted to tween ColorTransform properties of a DisplayObject to do advanced effects like overexposing, altering the brightness or setting the percent/amount of tint? Or maybe tween individual ColorTransform properties like redMultiplier, redOffset, blueMultiplier, blueOffset, etc.
ColorTransformVars — Class in package com.greensock.data
ColorTransformVars(tint, tintAmount, exposure, brightness, redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset) — Constructor in class com.greensock.data.ColorTransformVars
com.greensock — Package
com.greensock.core — Package
com.greensock.data — Package
com.greensock.easing — Package
com.greensock.events — Package
com.greensock.layout — Package
com.greensock.layout.core — Package
com.greensock.loading — Package
com.greensock.loading.core — Package
com.greensock.loading.data — Package
com.greensock.loading.data.core — Package
com.greensock.loading.display — Package
com.greensock.motionPaths — Package
com.greensock.plugins — Package
com.greensock.text — Package
complete(skipRender, suppressEvents) — Method in class com.greensock.TimelineMax
Forces the timeline to completion.
complete(skipRender, suppressEvents) — Method in class com.greensock.TweenMax
Forces the tween to completion.
complete(skipRender) — Method in class com.greensock.TweenNano
Forces the tween to completion.
complete(skipRender, suppressEvents) — Method in class com.greensock.core.TweenCore
Forces the tween/timeline to completion.
complete — Event in class com.greensock.loading.core.LoaderCore
Dispatched when the loader completes.
COMPLETE — Constant static property in class com.greensock.events.LoaderEvent
Dispatched when the loader finishes loading.
COMPLETE — Constant static property in class com.greensock.events.TweenEvent
COMPLETE — Constant static property in class com.greensock.events.VideoEvent
COMPLETED — Constant static property in class com.greensock.loading.LoaderStatus
The loader has completed.
CONCURRENT — Constant static property in class com.greensock.OverwriteManager
Overwrites tweens of the same target that are active when the tween renders for the first time.
container — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars
A DisplayObjectContainer into which the ContentDisplay Sprite should be added immediately.
content — Property in class com.greensock.loading.LoaderMax
An array containing the content of each loader inside the LoaderMax
content — Property in class com.greensock.loading.VideoLoader
A ContentDisplay (a Sprite) that contains a Video object to which the NetStream is attached.
content — Property in class com.greensock.loading.core.DisplayObjectLoader
A ContentDisplay object (a Sprite) that will contain the remote content as soon as the INIT event has been dispatched.
content — Property in class com.greensock.loading.core.LoaderCore
The content that was loaded by the loader which varies by the type of loader:
  • ImageLoader - A com.greensock.loading.display.ContentDisplay (a Sprite) which contains the ImageLoader's rawContent (a flash.display.Bitmap unless script access was denied in which case rawContent will be a flash.display.Loader to avoid security errors).
ContentDisplay — Class in package com.greensock.loading.display
A container for visual content that is loaded by any of the following: ImageLoaders, SWFLoaders, or VideoLoaders.
ContentDisplay(loader:com.greensock.loading.core:LoaderItem) — Constructor in class com.greensock.loading.display.ContentDisplay
Constructor
contentDisplayClass — Static property in class com.greensock.loading.LoaderMax
The class used by ImageLoaders, SWFLoaders, and VideoLoaders to create the containers into which they'll dump their rawContent - by default it is the com.greensock.loading.display.ContentDisplay class but if you're using Flex, it is typically best to change this to com.greensock.loading.display.FlexContentDisplay.
context — Property in class com.greensock.loading.data.ImageLoaderVars
To control whether or not a policy file is checked (which is required if you're loading an image from another domain and you want to use it in BitmapData operations), define a LoaderContext object.
context — Property in class com.greensock.loading.data.MP3LoaderVars
To control things like the buffer time and whether or not a policy file is checked, define a SoundLoaderContext object.
context — Property in class com.greensock.loading.data.SWFLoaderVars
To control whether or not a policy file is checked (which is required if you're loading an image from another domain and you want to use it in BitmapData operations), define a LoaderContext object.
COUNTER_CLOCKWISE — Constant static property in class com.greensock.motionPaths.Direction
create(target, allowRecycle) — Static method in class com.greensock.TweenProxy
create(vars) — Static method in class com.greensock.data.BevelFilterVars
create(vars) — Static method in class com.greensock.data.BlurFilterVars
create(vars) — Static method in class com.greensock.data.ColorMatrixFilterVars
create(vars) — Static method in class com.greensock.data.ColorTransformVars
create(vars) — Static method in class com.greensock.data.DropShadowFilterVars
create(vars) — Static method in class com.greensock.data.GlowFilterVars
create(vars) — Static method in class com.greensock.data.TransformAroundCenterVars
create(vars) — Static method in class com.greensock.data.TransformAroundPointVars
create(name, segments) — Static method in class com.greensock.easing.CustomEase
create(strength, points, restrictMaxAndMin, templateEase, taper, randomize, name) — Static method in class com.greensock.easing.RoughEase
This static function provides a quick way to create a RoughEase and immediately reference its ease function in a tween, like:

TweenLite.from(mc, 2, {alpha:0, ease:RoughEase.create(1.5, 15)});
createAround(target, scaleMode, hAlign, vAlign, crop, minWidth, minHeight, maxWidth, maxHeight, previewColor, calculateVisible) — Static method in class com.greensock.layout.AutoFitArea
Creates an AutoFitArea with its initial dimensions fit precisely around a target DisplayObject.
createAround(target, scaleMode, hAlign, vAlign, crop, previewColor, minWidth, minHeight, maxWidth, maxHeight, autoPinCorners, calculateVisible, liquidStage:com.greensock.layout:LiquidStage, reconcile, strict) — Static method in class com.greensock.layout.LiquidArea
Creates an LiquidArea with its initial dimensions fit precisely around a target DisplayObject.
crop — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars
When a width and height are defined, setting crop to true will cause the image to be cropped within that area (by applying a scrollRect for maximum performance).
crop — Property in class com.greensock.loading.display.ContentDisplay
When the ContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), setting crop to true will cause the rawContent to be cropped within that area (by applying a scrollRect for maximum performance).
crop — Property in class com.greensock.loading.display.FlexContentDisplay
When the FlexContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), setting crop to true will cause the rawContent to be cropped within that area (by applying a scrollRect for maximum performance).
CSSLoader — Class in package com.greensock.loading
Loads StyleSheet (CSS) data.
CSSLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.CSSLoader
Constructor
CSSLoaderVars — Dynamic class in package com.greensock.loading.data
Can be used instead of a generic object to define the vars parameter of a CSSLoader's constructor.
CSSLoaderVars(name, estimatedBytes, onComplete, onProgress, onFail, noCache, alternateURL, requireWithRoot) — Constructor in class com.greensock.loading.data.CSSLoaderVars
Constructor
Cubic — Class in package com.greensock.easing
CUE_POINT — Constant static property in class com.greensock.events.VideoEvent
currentLabel — Property in class com.greensock.TimelineMax
The closest label that is at or before the current time.
currentProgress — Property in class com.greensock.TimelineLite
Value between 0 and 1 indicating the progress of the timeline according to its duration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
currentProgress — Property in class com.greensock.TweenMax
Value between 0 and 1 indicating the progress of the tween according to its duration where 0 is at the beginning, 0.5 is halfway finished, and 1 is finished.
currentTime — Property in class com.greensock.TweenMax
Most recently rendered time (or frame for frames-based timelines) according to the tween's duration.
currentTime — Property in class com.greensock.core.TweenCore
Most recently rendered time (or frame for frames-based tweens/timelines) according to its duration.
CustomEase — Class in package com.greensock.easing
Facilitates creating custom bezier eases with the GreenSock Custom Ease Builder tool.
CustomEase(name, segments) — Constructor in class com.greensock.easing.CustomEase
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