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 | 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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.