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  
getActive(nested, tweens, timelines) — Method in class com.greensock.TimelineMax
Returns the tweens/timelines that are currently active in the timeline.
getAllTweens() — Static method in class com.greensock.TweenMax
Returns all tweens that are in the masterList.
getAttachedObjects() — Method in class com.greensock.layout.AutoFitArea
Returns an Array of all attached DisplayObjects.
getByStage(stage) — Static method in class com.greensock.layout.LiquidStage
Retrieves the LiquidStage instance associated with a particular stage.
getCenter() — Method in class com.greensock.TweenProxy
getChildIndex(loader:com.greensock.loading.core:LoaderCore) — Method in class com.greensock.loading.LoaderMax
Finds the index position of a particular loader in the LoaderMax.
getChildren(nested, tweens, timelines, ignoreBeforeTime) — Method in class com.greensock.TimelineLite
Provides an easy way to get all of the tweens and/or timelines nested in this timeline (as an Array).
getChildren(includeNested, omitLoaderMaxes) — Method in class com.greensock.loading.LoaderMax
Returns and array of all child loaders inside the LoaderMax, optionally exposing more deeply nested instances as well (like loaders inside a child LoaderMax instance).
getChildrenByStatus(status, includeNested) — Method in class com.greensock.loading.LoaderMax
Returns and array of child loaders that currently have a particular status.
getClass(className) — Method in class com.greensock.loading.SWFLoader
Searches the loaded swf (and any of its subloaded swfs that were loaded using SWFLoader) for a particular class by name.
getClosestProgress(target) — Method in class com.greensock.motionPaths.LinePath2D
Finds the closest overall progress value on the LinePath2D based on the target object's current position (x and y properties).
getContent(nameOrURL) — Method in class com.greensock.loading.LoaderMax
Finds the content of a loader based on its name or url.
getContent(nameOrURL) — Method in class com.greensock.loading.XMLLoader
Finds a particular loader's content from inside any loaders that were dynamically generated based on the xml data.
getFollower(target) — Method in class com.greensock.motionPaths.MotionPath
Returns the PathFollower instance associated with a particular target or null if none exists.
getLabelAfter(time) — Method in class com.greensock.TimelineMax
Returns the next label (if any) that occurs AFTER the time parameter.
getLabelBefore(time) — Method in class com.greensock.TimelineMax
Returns the previous label (if any) that occurs BEFORE the time parameter.
getLabelTime(label) — Method in class com.greensock.TimelineLite
Returns the time associated with a particular label.
getLoader(nameOrURL) — Method in class com.greensock.loading.LoaderMax
Finds a loader based on its name or url.
getLoader(nameOrURL) — Method in class com.greensock.loading.XMLLoader
Finds a particular loader inside any LoaderMax instances that were discovered in the xml content.
getSegmentProgress(segment, progress) — Method in class com.greensock.motionPaths.LinePath2D
Translates the progress along a particular segment of the LinePath2D to an overall progress value, making it easy to position an object like "halfway along the 2nd segment of the line".
getSWFChild(name) — Method in class com.greensock.loading.SWFLoader
Finds a DisplayObject that's on the root of the loaded SWF by name.
getter — Property in class com.greensock.layout.DynamicPinPoint
the function to be called which will return a Point object defining the new coordinates (based on the target's coordinate space)
getTweensOf(target, nested) — Method in class com.greensock.TimelineLite
Returns the tweens of a particular object that are inside this timeline.
getTweensOf(target) — Static method in class com.greensock.TweenMax
Gets all the tweens of a particular object.
globalTimeScale — Static property in class com.greensock.TweenMax
Multiplier describing the speed of the root timelines where 1 is normal speed, 0.5 is half-speed, 2 is double speed, etc.
glowFilter — Property in class com.greensock.data.TweenLiteVars
Applies a GlowFilter tween (use the GlowFilterVars class to define the values).
GlowFilterPlugin — Class in package com.greensock.plugins
Tweens a GlowFilter.
GlowFilterVars — Class in package com.greensock.data
GlowFilterVars(blurX, blurY, color, alpha, strength, inner, knockout, quality, remove, index, addFilter) — Constructor in class com.greensock.data.GlowFilterVars
goto(timeOrLabel, suppressEvents) — Method in class com.greensock.TimelineLite
Skips to a particular time, frame, or label without changing the paused state of the timeline
gotoAndPlay(timeOrLabel, suppressEvents) — Method in class com.greensock.TimelineLite
Skips to a particular time, frame, or label and plays the timeline forwards from there (unpausing it)
gotoAndStop(timeOrLabel, suppressEvents) — Method in class com.greensock.TimelineLite
Skips to a particular time, frame, or label and stops the timeline (pausing it)
gotoSoundTime(time, forcePlay) — Method in class com.greensock.loading.MP3Loader
Attempts to jump to a certain time in the sound.
gotoVideoTime(time, forcePlay, skipCuePoints) — Method in class com.greensock.loading.VideoLoader
Attempts to jump to a certain time in the video.
greenMultiplier — Property in class com.greensock.data.ColorTransformVars
greenOffset — Property in class com.greensock.data.ColorTransformVars
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