Uses of Class
org.eclipse.nebula.effects.stw.TransitionManager
-
Packages that use TransitionManager Package Description org.eclipse.nebula.effects.stw org.eclipse.nebula.effects.stw.transitions -
-
Uses of TransitionManager in org.eclipse.nebula.effects.stw
Fields in org.eclipse.nebula.effects.stw declared as TransitionManager Modifier and Type Field Description protected TransitionManagerTransition. _transitionManagerMethods in org.eclipse.nebula.effects.stw with parameters of type TransitionManager Modifier and Type Method Description voidTransitionListener. transitionFinished(TransitionManager transitionManager)This method is called when the transition is finished.Constructors in org.eclipse.nebula.effects.stw with parameters of type TransitionManager Constructor Description 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 Constructor Description CubicRotationTransition(TransitionManager transitionManager)This constructor creates a CubicRotationTransition with number of frames per second ofTransition.DEFAULT_FPSand total transition time ofTransition.DEFAULT_Tmilliseconds.CubicRotationTransition(TransitionManager transitionManager, long fps, long T)This constructor creates a CubicRotationTransition with number of frames per second offpsand total transition time ofTmilliseconds.FadeTransition(TransitionManager transitionManager)This constructor creates a FadeTransition with number of frames per second ofTransition.DEFAULT_FPSand total transition time ofTransition.DEFAULT_Tmilliseconds.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 ofTransition.DEFAULT_FPSand total transition time ofTransition.DEFAULT_Tmilliseconds.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.
-