Uses of Class
com.iizix.prop.ui.Transition
Packages that use Transition Package Description com.iizix.prop.ui Uses of Transition in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return Transition Modifier and Type Method Description TransitionUISwapContainer. getTransitionType()Gets the transition type currently used.static TransitionTransition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Transition[]Transition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop.ui with parameters of type Transition Modifier and Type Method Description booleanUISwapContainer. setTransition(Transition type)Sets the animation transition type to use from now on when a view is changed or swapped programmatically or through a focus change.