com.spire.presentation.drawing.animation
Enum AnimationColorDirection
java.lang.Object
java.lang.Enum<AnimationColorDirection>
com.spire.presentation.drawing.animation.AnimationColorDirection
- All Implemented Interfaces:
- java.lang.Comparable<AnimationColorDirection>
public enum AnimationColorDirection
- extends java.lang.Enum<AnimationColorDirection>
Represents color direction.
NONE
public static final AnimationColorDirection NONE
-
CLOCKWISE
public static final AnimationColorDirection CLOCKWISE
-
Counter_Clockwise
public static final AnimationColorDirection Counter_Clockwise
-
getName
public java.lang.String getName()
getValue
public int getValue()
getAnimationColorDirectionFromValue
public static AnimationColorDirection getAnimationColorDirectionFromValue(long value)