Specifies the easing function for the interpolation animation. More...
Public Member Functions | |
| EasingFunction (EasingFunction enum_) | |
| Constructs a copy of a EasingFunction object. | |
| EasingFunction (int value) | |
| Constructs a EasingFunction of an integer value. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static EasingFunction | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static EasingFunction | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| Back =(4) | |
| Specifies back easing function. | |
| Bounce =(5) | |
| Specifies bounce easing function. | |
| Circle =(6) | |
| Specifies circle easing function. | |
| Cubic =(7) | |
| Specifies cubic easing function. | |
| Elastic =(8) | |
| Specifies elastic easing function. | |
| Exponential =(9) | |
| Specifies exponential easing function. | |
| Linear =(0) | |
| Specifies linear easing function. | |
| Power =(10) | |
| Specifies power easing function. | |
| Quadratic =(11) | |
| Specifies quadratic easing function. | |
| Quartic =(12) | |
| Specifies quartic easing function. | |
| Quintic =(13) | |
| Specifies quintic easing function. | |
| Sine =(14) | |
| Specifies sine easing function. | |
| SmootherStep =(3) | |
| Specifies smoother step easing function. | |
| SmoothStep =(2) | |
| Specifies smooth step easing function. | |
| Step =(1) | |
| Specifies step easing function. | |
Specifies the easing function for the interpolation animation.
| EasingFunction | ( | int | value | ) |
Constructs a EasingFunction of an integer value.
| value | Integer value to convert to enumeration constant. |
| EasingFunction | ( | EasingFunction | enum_ | ) |
Constructs a copy of a EasingFunction object.
| enum_ | EasingFunction to be copy constructed. |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |
| Back =(4) |
Specifies back easing function.
| Bounce =(5) |
Specifies bounce easing function.
| Circle =(6) |
Specifies circle easing function.
| Cubic =(7) |
Specifies cubic easing function.
| Elastic =(8) |
Specifies elastic easing function.
| Exponential =(9) |
Specifies exponential easing function.
| Linear =(0) |
Specifies linear easing function.
| Power =(10) |
Specifies power easing function.
| Quadratic =(11) |
Specifies quadratic easing function.
| Quartic =(12) |
Specifies quartic easing function.
| Quintic =(13) |
Specifies quintic easing function.
| Sine =(14) |
Specifies sine easing function.
| SmootherStep =(3) |
Specifies smoother step easing function.
| SmoothStep =(2) |
Specifies smooth step easing function.
| Step =(1) |
Specifies step easing function.