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

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

◆ toEnum()

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

Back =(4)

Specifies back easing function.


See also
BackEasingFunction

◆ Bounce

Bounce =(5)

Specifies bounce easing function.


See also
BounceEasingFunction

◆ Circle

Circle =(6)

Specifies circle easing function.


See also
circleEasingFunction

◆ Cubic

Cubic =(7)

Specifies cubic easing function.


See also
CubicEasingFunction

◆ Elastic

Elastic =(8)

Specifies elastic easing function.


See also
ElasticEasingFunction

◆ Exponential

Exponential =(9)

Specifies exponential easing function.


See also
ExponentialEasingFunction

◆ Linear

Linear =(0)

Specifies linear easing function.


See also
LinearEasingFunction

◆ Power

Power =(10)

Specifies power easing function.


See also
PowerEasingFunction

◆ Quadratic

Quadratic =(11)

Specifies quadratic easing function.


See also
QuadraticEasingFunction

◆ Quartic

Quartic =(12)

Specifies quartic easing function.


See also
QuarticEasingFunction

◆ Quintic

Quintic =(13)

Specifies quintic easing function.


See also
QuinticEasingFunction

◆ Sine

Sine =(14)

Specifies sine easing function.


See also
SineEasingFunction

◆ SmootherStep

SmootherStep =(3)

Specifies smoother step easing function.


See also
SmootherStepEasingFunction

◆ SmoothStep

SmoothStep =(2)

Specifies smooth step easing function.


See also
SmoothStepEasingFunction

◆ Step

Step =(1)

Specifies step easing function.


See also
StepEasingFunction