Uses of Interface
org.eclipse.nebula.effects.stw.Transitionable

Packages that use Transitionable
org.eclipse.nebula.effects.stw   
 

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

Methods in org.eclipse.nebula.effects.stw that return Transitionable
 Transitionable TransitionManager.getTransitionable()
          Returns the transitionable object
 

Constructors in org.eclipse.nebula.effects.stw with parameters of type Transitionable
TransitionManager(Transitionable transitionable)
          Constructs a transition manager to handle transitions on the provided transitionable object.