Uses of Enum Class
com.iizix.prop.ui.Transition
Packages that use Transition
Uses of Transition in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return TransitionModifier and TypeMethodDescriptionUISwapContainer.getTransitionType()
Gets the transition type currently used.static Transition
Returns the enum constant of this class with the specified name.static Transition[]
Transition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.prop.ui with parameters of type TransitionModifier and TypeMethodDescriptionboolean
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.