|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.visual.animator.AnimatorEvent
public final class AnimatorEvent
This is an animator event which is used by AnimatorListener
.
It contains a reference to the animator and animation progress value which is can be used only in case of
AnimatorListener.animatorPreTick
and AnimatorListener.animatorPostTick
methods.
Method Summary | |
---|---|
Animator |
getAnimator()
Returns the related animator instance. |
double |
getProgress()
The animation progress value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Animator getAnimator()
public double getProgress()
AnimatorListener.animatorPreTick
and AnimatorListener.animatorPostTick
methods.
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |