Uses of Class
org.eclipse.nebula.effects.stw.TransitionManager

Packages that use TransitionManager
org.eclipse.nebula.effects.stw   
org.eclipse.nebula.effects.stw.transitions   
 

Uses of TransitionManager in org.eclipse.nebula.effects.stw
 

Methods in org.eclipse.nebula.effects.stw with parameters of type TransitionManager
 void TransitionListener.transitionFinished(TransitionManager transitionManager)
          This method is called when the transition is finished.
 

Constructors in org.eclipse.nebula.effects.stw with parameters of type TransitionManager
Transition(TransitionManager transitionManager)
          This constructor is similar to new Transition(transitionManager, Transition.DEFAULT_FPS, Transition.DEFAULT_T)
Transition(TransitionManager transitionManager, long fps, long T)
          Constructs a new transition object
 

Uses of TransitionManager in org.eclipse.nebula.effects.stw.transitions
 

Constructors in org.eclipse.nebula.effects.stw.transitions with parameters of type TransitionManager
CubicRotationTransition(TransitionManager transitionManager)
          This constructor creates a CubicRotationTransition with number of frames per second of Transition.DEFAULT_FPS and total transition time of Transition.DEFAULT_T milliseconds.
CubicRotationTransition(TransitionManager transitionManager, long fps, long T)
          This constructor creates a CubicRotationTransition with number of frames per second of fps and total transition time of T milliseconds.
FadeTransition(TransitionManager transitionManager)
          This constructor creates a FadeTransition with number of frames per second of Transition.DEFAULT_FPS and total transition time of Transition.DEFAULT_T milliseconds.
FadeTransition(TransitionManager transitionManager, long fps, long T)
          This constructor creates a FadeTransition with fps number of frames per second and T total transition time in milliseconds.
SlideTransition(TransitionManager transitionManager)
          This constructor creates a SlideTransition with number of frames per second of Transition.DEFAULT_FPS and total transition time of Transition.DEFAULT_T milliseconds.
SlideTransition(TransitionManager transitionManager, long fps, long T)
          This constructor creates a SlideTransition with fps number of frames per second and T total transition time in milliseconds.