com.spire.presentation.drawing.animation
Enum AnimationCalculationMode
java.lang.Object
   java.lang.Enum<AnimationCalculationMode>
java.lang.Enum<AnimationCalculationMode>
       com.spire.presentation.drawing.animation.AnimationCalculationMode
com.spire.presentation.drawing.animation.AnimationCalculationMode
- All Implemented Interfaces: 
- java.lang.Comparable<AnimationCalculationMode>
- public enum AnimationCalculationMode 
- extends java.lang.Enum<AnimationCalculationMode>
Represent calc mode for animation property.
 
 
NONE
public static final AnimationCalculationMode NONE
- 
 
 
DISCRETE
public static final AnimationCalculationMode DISCRETE
- 
 
 
LINEAR
public static final AnimationCalculationMode LINEAR
- 
 
 
FORMULA
public static final AnimationCalculationMode FORMULA
- 
 
 
getName
public java.lang.String getName()
- 
 
getValue
public int getValue()
- 
 
getAnimationCalculationModeFromValue
public static AnimationCalculationMode getAnimationCalculationModeFromValue(long value)
-