org.netbeans.api.visual 2.23.1

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

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

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

Methods in org.netbeans.api.visual.animator that return Animator
 Animator AnimatorEvent.getAnimator()
          Returns the related animator instance.
 Animator SceneAnimator.getColorAnimator()
          Returns the color animator which animates background and foreground colors of all widgets in the scene.
 Animator SceneAnimator.getPreferredBoundsAnimator()
          Returns the preferred bounds animator which animates preferred bounds of all widgets in the scene.
 Animator SceneAnimator.getPreferredLocationAnimator()
          Returns the preferred location animator which animates preferred location of all widgets in the scene.
 Animator SceneAnimator.getZoomAnimator()
          Returns the zoom animator.
 


org.netbeans.api.visual 2.23.1

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