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 |
Back — Class in package com.greensock.easing |
| |
bevelFilter — Property in class com.greensock.data.TweenLiteVars |
| Applies a BevelFilter tween (use the BevelFilterVars class to define the values). |
BevelFilterPlugin — Class in package com.greensock.plugins |
|
Tweens a BevelFilter. |
BevelFilterVars — Class in package com.greensock.data |
| |
BevelFilterVars(distance, blurX, blurY, strength, angle, highlightAlpha, highlightColor, shadowAlpha, shadowColor, quality, remove, index, addFilter) — Constructor in class com.greensock.data.BevelFilterVars |
| |
bezier — Property in class com.greensock.data.TweenLiteVars |
| Array of Objects, one for each "control point" (see documentation on Flash's curveTo() drawing method for more about how control points work). |
BezierPlugin — Class in package com.greensock.plugins |
|
Bezier tweening allows you to tween in a non-linear way. |
bezierThrough — Property in class com.greensock.data.TweenLiteVars |
| Identical to bezier except that instead of passing Bezier control point values, you pass values through which the Bezier values should move. |
BezierThroughPlugin — Class in package com.greensock.plugins |
|
Identical to bezier except that instead of defining bezier control point values, you
define points through which the bezier values should move. |
bgAlpha — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars |
| Controls the alpha of the rectangle that is drawn when a width and height are defined. |
bgAlpha — Property in class com.greensock.loading.display.ContentDisplay |
|
Controls the alpha of the rectangle that is drawn when the ContentDisplay's fitWidth and fitHeight
properties are defined (or width and height in the loader's vars property/parameter). |
bgAlpha — Property in class com.greensock.loading.display.FlexContentDisplay |
|
Controls the alpha of the rectangle that is drawn when the FlexContentDisplay's fitWidth and fitHeight
properties are defined (or width and height in the loader's vars property/parameter). |
bgColor — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars |
| When a width and height are defined, a rectangle will be drawn inside the ContentDisplay Sprite immediately in order to ease the development process. |
bgColor — 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), a rectangle will be drawn inside the
ContentDisplay object immediately in order to ease the development process (for example, you can add ROLL_OVER/ROLL_OUT
event listeners immediately). |
bgColor — 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), a rectangle will be drawn inside the
FlexContentDisplay object immediately in order to ease the development process (for example, you can add ROLL_OVER/ROLL_OUT
event listeners immediately). |
blendMode — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars |
| Sets the ContentDisplay 's blendMode property. |
blueMultiplier — Property in class com.greensock.data.ColorTransformVars |
| |
blueOffset — Property in class com.greensock.data.ColorTransformVars |
| |
blurFilter — Property in class com.greensock.data.TweenLiteVars |
| Applies a BlurFilter tween (use the BlurFilterVars class to define the values). |
BlurFilterPlugin — Class in package com.greensock.plugins |
|
Tweens a BlurFilter. |
BlurFilterVars — Class in package com.greensock.data |
| |
BlurFilterVars(blurX, blurY, quality, remove, index, addFilter) — Constructor in class com.greensock.data.BlurFilterVars |
| |
blurX — Property in class com.greensock.data.BevelFilterVars |
| |
blurX — Property in class com.greensock.data.BlurFilterVars |
| |
blurY — Property in class com.greensock.data.BevelFilterVars |
| |
blurY — Property in class com.greensock.data.BlurFilterVars |
| |
BOTTOM — Constant static property in class com.greensock.layout.AlignMode |
| Align with the bottom of the area. |
BOTTOM_CENTER — Property in class com.greensock.layout.LiquidStage |
| bottom center of the stage |
BOTTOM_LEFT — Property in class com.greensock.layout.LiquidStage |
| bottom left corner of the stage |
BOTTOM_RIGHT — Property in class com.greensock.layout.LiquidStage |
| bottom right corner of the stage |
Bounce — Class in package com.greensock.easing |
| |
brightness — Property in class com.greensock.data.ColorTransformVars |
| |
BUFFERING_STATE_ENTERED — Constant static property in class com.greensock.events.VideoEvent |
| |
bufferMode — Property in class com.greensock.loading.VideoLoader |
|
When bufferMode is true , the loader will report its progress only in terms of the
video's buffer instead of its overall file loading progress which has the following effects:
- The
bytesTotal will be calculated based on the NetStream's duration , bufferLength , and bufferTime meaning it may fluctuate in order to accurately reflect the overall progress ratio.
- Its
COMPLETE event will be dispatched as soon as the buffer is full, so if the VideoLoader is nested in a LoaderMax, the LoaderMax will move on to the next loader in its queue at that point. |
bufferMode — Property in class com.greensock.loading.data.VideoLoaderVars |
| When true , the loader will report its progress only in terms of the video's buffer which can be very convenient if, for example, you want to display loading progress for the video's buffer or tuck it into a LoaderMax with other loaders and allow the LoaderMax to dispatch its COMPLETE event when the buffer is full instead of waiting for the whole file to download. |
bufferProgress — Property in class com.greensock.loading.VideoLoader |
| A value between 0 and 1 describing the progress of the buffer (0 = not buffered at all, 0.5 = halfway buffered, and 1 = fully buffered). |
bufferTime — Property in class com.greensock.loading.data.VideoLoaderVars |
| The amount of time (in seconds) that should be buffered before the video can begin playing (set autoPlay to false to pause the video initially). |
byName(name) — Static method in class com.greensock.easing.CustomEase |
| |
byName(name) — Static method in class com.greensock.easing.RoughEase |
|
Provides a quick way to look up a RoughEase by its name. |
bytesLoaded — Property in class com.greensock.loading.core.LoaderCore |
| Bytes loaded |
bytesTotal — Property in class com.greensock.loading.core.LoaderCore |
| Total bytes that are to be loaded by the loader. |
|
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 |