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. |
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 |
| |
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. |
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). |
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 |