Uses of Class
tripleplay.game.trans.InterpedTransition
Packages that use InterpedTransition
-
Uses of InterpedTransition in tripleplay.game.trans
Classes in tripleplay.game.trans with type parameters of type InterpedTransitionModifier and TypeClassDescriptionclass
InterpedTransition<T extends InterpedTransition<T>>
Handles shared code for transitions that use an interpolation.Subclasses of InterpedTransition in tripleplay.game.transModifier and TypeClassDescriptionclass
Fades the new screen in front of the old one.class
Flips the current screen over, revealing the new screen as if it were on the reverse side of the current screen.class
Opens the current screen like the page of a book, revealing the new screen beneath.class
Slides the old screen off, and the new screen on right behind.