org.netbeans.api.visual 2.21.1

Uses of Class
org.netbeans.api.visual.animator.AnimatorEvent

Packages that use AnimatorEvent
org.netbeans.api.visual.animator This package contains SceneAnimator classes which is used for controlling animations on a scene. 
 

Uses of AnimatorEvent in org.netbeans.api.visual.animator
 

Methods in org.netbeans.api.visual.animator with parameters of type AnimatorEvent
 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.
 


org.netbeans.api.visual 2.21.1

Built on September 10 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.