|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.anim.AnimationPlayer
public class AnimationPlayer
Plays animations.
Constructor Summary | |
---|---|
AnimationPlayer()
|
Method Summary | |
---|---|
void |
addAnimationListener(AnimationListener listener)
Adds an animation listener. |
void |
animate(AnimationObject animationObject)
Plays the animation represented by the given animation object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimationPlayer()
Method Detail |
---|
public void addAnimationListener(@NotNull AnimationListener listener)
listener
- animation listener to addpublic void animate(@NotNull AnimationObject animationObject)
animationObject
- animation object to be played
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |