Kanzi  3.9.8
Kanzi Engine Java API
PropertyTargetEasingInterpolatorEnums.EasingFunction Enum Reference

Specifies the easing function for the interpolation animation. More...

Inheritance diagram for PropertyTargetEasingInterpolatorEnums.EasingFunction:
[legend]

Public Member Functions

 EasingFunction (int mValue)
 
 EasingFunction (EasingFunction enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static EasingFunction swigToEnum (int swigValue)
 
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...
 

Detailed Description

Specifies the easing function for the interpolation animation.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static EasingFunction toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.

Member Data Documentation

Back =(4)

Specifies back easing function.


See also
BackEasingFunction
Bounce =(5)

Specifies bounce easing function.


See also
BounceEasingFunction
Circle =(6)

Specifies circle easing function.


See also
circleEasingFunction
Cubic =(7)

Specifies cubic easing function.


See also
CubicEasingFunction
Elastic =(8)

Specifies elastic easing function.


See also
ElasticEasingFunction
Exponential =(9)

Specifies exponential easing function.


See also
ExponentialEasingFunction
Linear =(0)

Specifies linear easing function.


See also
LinearEasingFunction
Power =(10)

Specifies power easing function.


See also
PowerEasingFunction
Quadratic =(11)

Specifies quadratic easing function.


See also
QuadraticEasingFunction
Quartic =(12)

Specifies quartic easing function.


See also
QuarticEasingFunction
Quintic =(13)

Specifies quintic easing function.


See also
QuinticEasingFunction
Sine =(14)

Specifies sine easing function.


See also
SineEasingFunction
SmootherStep =(3)

Specifies smoother step easing function.


See also
SmootherStepEasingFunction
SmoothStep =(2)

Specifies smooth step easing function.


See also
SmoothStepEasingFunction
Step =(1)

Specifies step easing function.


See also
StepEasingFunction