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