A C D F G I O R S T

S

setBackground(Color) - Method in class org.eclipse.nebula.effects.stw.TransitionManager
Sets the background color of the transition frame
setBackgroundImage(Image) - Method in class org.eclipse.nebula.effects.stw.TransitionManager
Sets the background image of the transition frame
setFadeInStart(double) - Method in class org.eclipse.nebula.effects.stw.transitions.FadeTransition
Specifies when the fade-in effect is started as a percentage of the transition total time.
setFadeInStop(double) - Method in class org.eclipse.nebula.effects.stw.transitions.FadeTransition
Specifies when the fade-in effect is ended as a percentage of the transition total time.
setFadeOutStart(double) - Method in class org.eclipse.nebula.effects.stw.transitions.FadeTransition
Specifies when the fade-out effect is started as a percentage of the transition total time.
setFadeOutStop(double) - Method in class org.eclipse.nebula.effects.stw.transitions.FadeTransition
Specifies when the fade-out effect is ended as a percentage of the transition total time.
setFPS(long) - Method in class org.eclipse.nebula.effects.stw.Transition
Sets the maximum fps (number of frames per second) for the transition.
setQuality(double) - Method in class org.eclipse.nebula.effects.stw.transitions.CubicRotationTransition
Sets the quality of image slicing as a percentage in the interval from 0 to 100 inclusive
setSelection(int) - Method in interface org.eclipse.nebula.effects.stw.Transitionable
sets the current selected Control object
setTotalTransitionTime(long) - Method in class org.eclipse.nebula.effects.stw.Transition
Sets the total time of the transition effect in milliseconds.
setTransition(Transition) - Method in class org.eclipse.nebula.effects.stw.TransitionManager
Sets and changes the transition effect
SlideTransition - Class in org.eclipse.nebula.effects.stw.transitions
Applies a slide effect.
SlideTransition(TransitionManager) - Constructor for class org.eclipse.nebula.effects.stw.transitions.SlideTransition
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, long, long) - Constructor for class org.eclipse.nebula.effects.stw.transitions.SlideTransition
This constructor creates a SlideTransition with fps number of frames per second and T total transition time in milliseconds.
start(Image, Image, GC, double) - Method in class org.eclipse.nebula.effects.stw.Transition
Starts the transition from the from image to the to image drawing the effect on the graphics context object gc.
startTransition(int, int, double) - Method in class org.eclipse.nebula.effects.stw.TransitionManager
Carries out the transition effect on the transitionable object by transitioning from fromIndex to toIndex in the direction direction

A C D F G I O R S T