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  
LEFT — Constant static property in class com.greensock.layout.AlignMode
Align with the left side of the area.
LEFT_CENTER — Property in class com.greensock.layout.LiquidStage
left center of the stage
Linear — Class in package com.greensock.easing
LinePath2D — Class in package com.greensock.motionPaths
A LinePath2D defines a path (using as many Points as you want) on which a PathFollower can be placed and animated.
LinePath2D(points, x, y, autoUpdatePoints) — Constructor in class com.greensock.motionPaths.LinePath2D
Constructor
lineStyle(thickness, color, alpha, pixelHinting, scaleMode, caps, joints, miterLimit, skipRedraw) — Method in class com.greensock.motionPaths.MotionPath
Sets the line style for the path which you will only see if you add the path to the display list with something like addChild() and make sure the visible property is true.
LiquidArea — Class in package com.greensock.layout
LiquidArea is an AutoFitArea that integrates with LiquidStage, automatically adjusting its size whenever the stage is resized.
LiquidArea(parent, x, y, width, height, previewColor, minWidth, minHeight, maxWidth, maxHeight, autoPinCorners, liquidStage:com.greensock.layout:LiquidStage, strict) — Constructor in class com.greensock.layout.LiquidArea
Constructor
LiquidPositionPlugin — Class in package com.greensock.plugins
If you're using LiquidStage and you'd like to tween a DisplayObject to coordinates that are relative to a particular PinPoint (like the CENTER) whose position may change at any time, LiquidPositionPlugin makes it easy by dynamically updating the destination values accordingly.
LiquidPositionPlugin() — Constructor in class com.greensock.plugins.LiquidPositionPlugin
Constructor
LiquidStage — Class in package com.greensock.layout
LiquidStage allows you to "pin" DisplayObjects to reference points on the stage (or inside other DisplayObjects) so that when the stage is resized, they are repositioned and maintain their relative distance from the PinPoint.
LiquidStage(stage, baseWidth, baseHeight, minWidth, minHeight, maxWidth, maxHeight) — Constructor in class com.greensock.layout.LiquidStage
Constructor
_load() — Method in class com.greensock.loading.ImageLoader
load(flushContent) — Method in class com.greensock.loading.core.LoaderCore
Loads the loader's content, optionally flushing any previously loaded content first.
loader — Property in class com.greensock.loading.display.ContentDisplay
The loader whose rawContent populates this ContentDisplay.
loader — Property in class com.greensock.loading.display.FlexContentDisplay
The loader whose rawContent populates this FlexContentDisplay.
LoaderCore — Class in package com.greensock.loading.core
Serves as the base class for GreenSock loading tools like LoaderMax, ImageLoader, XMLLoader, SWFLoader, etc.
LoaderCore(vars) — Constructor in class com.greensock.loading.core.LoaderCore
Constructor
LoaderEvent — Class in package com.greensock.events
An Event dispatched by one of the loaders in the LoaderMax system.
LoaderEvent(type, target, text, data) — Constructor in class com.greensock.events.LoaderEvent
Constructor
LoaderItem — Class in package com.greensock.loading.core
Serves as the base class for all individual loaders (not LoaderMax) like ImageLoader, XMLLoader, SWFLoader, MP3Loader, etc.
LoaderItem(urlOrRequest, vars) — Constructor in class com.greensock.loading.core.LoaderItem
Constructor
LoaderMax — Class in package com.greensock.loading
In its simplest form, a LoaderMax provides a way to group a sequence of loaders together and report their progress as a whole.
LoaderMax(vars) — Constructor in class com.greensock.loading.LoaderMax
Constructor
LoaderMaxVars — Class in package com.greensock.loading.data
Can be used instead of a generic Object to define the vars parameter of a LoaderMax's constructor.
LoaderMaxVars(vars) — Constructor in class com.greensock.loading.data.LoaderMaxVars
Constructor
loaders(value) — Method in class com.greensock.loading.data.LoaderMaxVars
An array of loaders (ImageLoaders, SWFLoaders, XMLLoaders, MP3Loaders, other LoaderMax instances, etc.) that should be immediately inserted into the LoaderMax.
LoaderStatus — Class in package com.greensock.loading
Defines status values for loaders.
LOADING — Constant static property in class com.greensock.loading.LoaderStatus
The loader is actively in the process of loading.
loadTime — Property in class com.greensock.loading.core.LoaderCore
The number of seconds that elapsed between when the loader began and when it either completed, failed, or was canceled.
localRegistration — Property in class com.greensock.TweenProxy
localRegistrationX — Property in class com.greensock.TweenProxy
localRegistrationY — Property in class com.greensock.TweenProxy
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