Uses of Enum Class
com.iizix.prop.ui.Transition
Uses of Transition in com.iizix.prop.ui
Modifier 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.Modifier 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.