com.aspose.slides.pptx.animation
Class ColorDirectionEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.ColorDirectionEx
All Implemented Interfaces:
java.lang.Comparable

public class ColorDirectionEx
extends Enumerate

Enumeration which defines color animation directions (Clockwise or Counter Clockwise).


Field Summary
static ColorDirectionEx CLOCKWISE
          Clockwise direction.
static int CLOCKWISE_ID
           
static ColorDirectionEx COUNTER_CLOCKWISE
          Counter clockwise direction.
static int COUNTER_CLOCKWISE_ID
           
static ColorDirectionEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
 
Method Summary
static ColorDirectionEx toValue(int id)
          Returns AnimColorDirectionEx object holding the value of the specified int.
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final ColorDirectionEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

CLOCKWISE

public static final ColorDirectionEx CLOCKWISE
Clockwise direction.


CLOCKWISE_ID

public static final int CLOCKWISE_ID
See Also:
Constant Field Values

COUNTER_CLOCKWISE

public static final ColorDirectionEx COUNTER_CLOCKWISE
Counter clockwise direction.


COUNTER_CLOCKWISE_ID

public static final int COUNTER_CLOCKWISE_ID
See Also:
Constant Field Values
Method Detail

toValue

public static ColorDirectionEx toValue(int id)
Returns AnimColorDirectionEx object holding the value of the specified int.