com.aspose.slides.pptx.animation
Class ColorDirectionEx
java.lang.Object
com.aspose.slides.Enumerate
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).
Method Summary |
static ColorDirectionEx |
toValue(int id)
Returns AnimColorDirectionEx object holding the value of the
specified int. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static ColorDirectionEx toValue(int id)
- Returns AnimColorDirectionEx object holding the value of the
specified int.