Uses of Class
org.eclipse.nebula.effects.stw.Transition
-
Packages that use Transition Package Description org.eclipse.nebula.effects.stw org.eclipse.nebula.effects.stw.transitions -
-
Uses of Transition in org.eclipse.nebula.effects.stw
Fields in org.eclipse.nebula.effects.stw declared as Transition Modifier and Type Field Description private TransitionTransitionManager. _transitionMethods in org.eclipse.nebula.effects.stw that return Transition Modifier and Type Method Description TransitionTransitionManager. getTransition()Returns the current transition effectMethods in org.eclipse.nebula.effects.stw with parameters of type Transition Modifier and Type Method Description voidTransitionManager. setTransition(Transition transition)Sets and changes the transition effect -
Uses of Transition in org.eclipse.nebula.effects.stw.transitions
Subclasses of Transition in org.eclipse.nebula.effects.stw.transitions Modifier and Type Class Description classCubicRotationTransitionA cubic rotation effect.classFadeTransitionApplies a fade effect.classSlideTransitionApplies a slide effect.
-