站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.visual.animator.AnimatorEvent (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

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.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.