Defines target for animation. More...
Public Member Functions | |
AnimationTarget (int mValue) | |
AnimationTarget (AnimationTarget enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static AnimationTarget | swigToEnum (int swigValue) |
static AnimationTarget | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
PageIn =(0) | |
Animation targets to item that is transitioning in. | |
PageOut =(1) | |
Animation targets to item that is transitioning out. | |
Defines target for animation.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |