|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnimationObject
A general interface for objects that perform a sequence of animation steps. Animation objects are executed by an animation player.
AnimationPlayer
Method Summary | |
---|---|
void |
calcFrame(double time)
Calculates the animation frame for the specified point in time. |
void |
disposeAnimation()
Disposes the animation object. |
void |
initAnimation()
Initializes the animation object. |
long |
preferredDuration()
Returns the preferred animation length in milliseconds that the display of all provided animation frames should last. |
Method Detail |
---|
void initAnimation()
calcFrame
.
void calcFrame(double time)
time
- a point in [0.0, 1.0]void disposeAnimation()
calcFrame
was performed or
AnimationPlayer.stop()
has been invoked.
long preferredDuration()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |