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 Transition
UISwapContainer. getTransitionType()
Gets the transition type currently used.static Transition
Transition. 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 boolean
UISwapContainer. 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.