|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZAlpha | |
| edu.umd.cs.jazz.animation | This package supports animation in Jazz. |
| Uses of ZAlpha in edu.umd.cs.jazz.animation |
| Methods in edu.umd.cs.jazz.animation that return ZAlpha | |
ZAlpha |
ZAnimation.getAlpha()
Return the alpha object used to determine the animations start and finish time, and to generate any alpha values that it needs when interpolating between values. |
static ZAlpha |
ZAlpha.createStandardAlpha(long aIncreasingAlphaDuration)
Return a new ZAlpha that changes from 0 to 1, starting at the time this method is called and lasting for the supplied duration parameter. |
static ZAlpha |
ZAlpha.createStandardSlowInSlowOutAlpha(long aIncreasingAlphaDuration)
Return a new ZAlpha that changes from 0 to 1, starting at the time this method is called and lasting for the supplied duration parameter. |
| Methods in edu.umd.cs.jazz.animation with parameters of type ZAlpha | |
void |
ZAnimation.setAlpha(ZAlpha aAlpha)
Set the alpha object used to determine the animations start and finish time, and to generate alpha values that it needs when interpolating between values. |
| Constructors in edu.umd.cs.jazz.animation with parameters of type ZAlpha | |
ZAnimation(ZAlpha aAlpha)
Construct a new ZAnimation. |
|
ZNextFrameCondition(ZAlpha aAlpha)
Create a new ZNextFrameCondition. |
|
ZNextFrameOnElapsedTime(ZAlpha aAlpha,
long aTimeDurration)
|
|
ZNextFrameOnElapsedFrames(ZAlpha aAlpha,
long aFrameCount)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||