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 |
ImageLoader — Class in package com.greensock.loading |
|
Loads an image file (png, jpg, or gif) and automatically applies smoothing by default. |
ImageLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.ImageLoader |
|
Constructor
|
ImageLoaderVars — Class in package com.greensock.loading.data |
|
Can be used instead of a generic object to define the vars parameter of an ImageLoader's constructor. |
ImageLoaderVars(vars) — Constructor in class com.greensock.loading.data.ImageLoaderVars |
|
Constructor
|
immediateRender(value) — Method in class com.greensock.data.TweenLiteVars |
|
Normally when you create a tween, it begins rendering on the very next frame (when
the Flash Player dispatches an ENTER_FRAME event) unless you specify a delay . |
immediateRender(value) — Method in class com.greensock.data.TweenMaxVars |
|
Normally when you create a tween, it begins rendering on the very next frame (when
the Flash Player dispatches an ENTER_FRAME event) unless you specify a delay . |
init(defaultMode) — Static method in class com.greensock.OverwriteManager |
|
Initializes OverwriteManager and sets the default management mode. |
init — Event in class com.greensock.loading.XMLLoader |
| Dispatched when the XML finishes loading and its contents are parsed (creating any dynamic XML-driven loader instances necessary). |
INIT — Constant static property in class com.greensock.events.LoaderEvent |
| Dispatched when the loader initializes which means different things for different loaders. |
INIT — Constant static property in class com.greensock.events.TweenEvent |
| |
initThreshold — Property in class com.greensock.loading.MP3Loader |
| The minimum number of bytesLoaded to wait for before the LoaderEvent.INIT event is dispatched - the higher the number the more accurate the duration estimate will be when the INIT event is dispatched (the default value is 102400 which is 100k). |
initThreshold(value) — Method in class com.greensock.loading.data.MP3LoaderVars |
| The minimum number of bytesLoaded to wait for before the LoaderEvent.INIT event is dispatched - the higher the number the more accurate the duration estimate will be when the INIT event is dispatched (the default value is 102400 which is 100k). |
insert(tween:com.greensock.core:TweenCore, timeOrLabel) — Method in class com.greensock.TimelineLite |
|
Inserts a TweenLite, TweenMax, TimelineLite, or TimelineMax instance into the timeline at a specific time, frame, or label. |
insert(tween:com.greensock.core:TweenCore, time) — Method in class com.greensock.core.SimpleTimeline |
|
Inserts a TweenLite, TweenMax, TimelineLite, or TimelineMax instance into the timeline at a specific time. |
insert(loader:com.greensock.loading.core:LoaderCore, index) — Method in class com.greensock.loading.LoaderMax |
|
Inserts a loader at a particular position in the queue. |
insertMultiple(tweens, timeOrLabel, align, stagger) — Method in class com.greensock.TimelineLite |
|
Inserts multiple tweens/timelines into the timeline at once, optionally aligning them (as a sequence for example)
and/or staggering the timing. |
insertMultiplePoints(points, index) — Method in class com.greensock.motionPaths.LinePath2D |
|
Inserts multiple Points into the points array at a particular index/position. |
insertPoint(point, index) — Method in class com.greensock.motionPaths.LinePath2D |
|
Inserts a Point at a particular index value in the points array, similar to splice() in an array. |
integrateProgress(value) — Method in class com.greensock.loading.data.SWFLoaderVars |
| By default, a SWFLoader instance will automatically look for LoaderMax loaders in the swf when it initializes. |
integrateProgress(value) — Method in class com.greensock.loading.data.XMLLoaderVars |
| By default, the XMLLoader will automatically look for LoaderMax-related nodes like <LoaderMax>, <ImageLoader>, <SWFLoader>, <XMLLoader>, <MP3Loader>, <DataLoader> , and <XMLLoader> inside the XML when it inits. |
invalidate() — Method in class com.greensock.TimelineLite |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.TimelineMax |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.TweenLite |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.TweenMax |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
invalidate() — Method in class com.greensock.core.TweenCore |
|
Clears any initialization data (like starting values in tweens) which can be useful if, for example,
you want to restart it without reverting to any previously recorded starting values. |
ioError — Event in class com.greensock.loading.LoaderMax |
| Dispatched when any child of the LoaderMax instance dispatches an IO_ERROR event. |
ioError — Event in class com.greensock.loading.core.LoaderItem |
| Dispatched when the loader experiences an IO_ERROR while loading or auditing its size. |
IO_ERROR — Constant static property in class com.greensock.events.LoaderEvent |
| Dispatched when the the loader (or one of its children) encounters an IO_ERROR (typically when it cannot find the file at the specified url ). |
isBaseSize — Property in class com.greensock.layout.LiquidStage |
| Only true when the LiquidStage instance is at the base size as it was defined in the constructor (baseWidth and baseHeight ). |
isTweening(target) — Static method in class com.greensock.TweenMax |
|
Determines whether or not a particular object is actively tweening. |
|
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 |