com.spire.presentation.drawing.animation
Enum AnimationColorDirection

java.lang.Object
  extended by java.lang.Enum<AnimationColorDirection>
      extended by com.spire.presentation.drawing.animation.AnimationColorDirection
All Implemented Interfaces:
java.lang.Comparable<AnimationColorDirection>

public enum AnimationColorDirection
extends java.lang.Enum<AnimationColorDirection>

Represents color direction.


Enum Constant Summary
CLOCKWISE
          
Counter_Clockwise
          
NONE
          
 
Method Summary
static AnimationColorDirection getAnimationColorDirectionFromValue(long value)
           
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

NONE

public static final AnimationColorDirection NONE


CLOCKWISE

public static final AnimationColorDirection CLOCKWISE


Counter_Clockwise

public static final AnimationColorDirection Counter_Clockwise

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()

getAnimationColorDirectionFromValue

public static AnimationColorDirection getAnimationColorDirectionFromValue(long value)