com.aspose.slides.pptx.animation
Class AnimColorSpaceEx

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

public class AnimColorSpaceEx
extends Enumerate

Enumeration which defines color space (RGB or HSL) of an animation.


Field Summary
static AnimColorSpaceEx HSL
          HSL color space.
static int HSL_ID
           
static AnimColorSpaceEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static AnimColorSpaceEx RGB
          RGB color space.
static int RGB_ID
           
 
Method Summary
static AnimColorSpaceEx toValue(int id)
          Returns AnimColorSpaceEx 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 AnimColorSpaceEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

RGB

public static final AnimColorSpaceEx RGB
RGB color space.


RGB_ID

public static final int RGB_ID
See Also:
Constant Field Values

HSL

public static final AnimColorSpaceEx HSL
HSL color space.


HSL_ID

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

toValue

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