Package | Description |
---|---|
org.netbeans.api.visual.animator |
This package contains
SceneAnimator classes which is used for controlling animations on a scene. |
Modifier and Type | Method and Description |
---|---|
void |
AnimatorListener.animatorFinished(AnimatorEvent event)
Called when an animator is finished - means it was running for 500+ms.
|
void |
AnimatorListener.animatorPostTick(AnimatorEvent event)
Called immediately after the animator performs a tick of an animation.
|
void |
AnimatorListener.animatorPreTick(AnimatorEvent event)
Called immediately before the animator performs a tick of an animation.
|
void |
AnimatorListener.animatorReset(AnimatorEvent event)
Called when an animator is changed, so the animation has to be restarted.
|
void |
AnimatorListener.animatorStarted(AnimatorEvent event)
Called when an animator is invoked to be started.
|