com.adobe.livecycle.convertpdfservice.client.enumeration
Class ColorSpace

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.ColorSpace
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ColorSpace
extends java.lang.Enum

Represents a color space, which represents the range of colors.

See Also:
Serialized Form

Field Summary
static ColorSpace CMYK
          CMYK color space.
static ColorSpace DetermineAutomatically
          Determine the color space automatically.
static ColorSpace GrayScale
          Gray scale color space.
static ColorSpace Monochrome
          Monochrome color space.
static ColorSpace RGB
          RGB color space.
 
Method Summary
 java.lang.String getValue()
          Retrieves the color space setting.
static ColorSpace valueOf(java.lang.String name)
           
static ColorSpace[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RGB

public static final ColorSpace RGB
RGB color space.


CMYK

public static final ColorSpace CMYK
CMYK color space.


GrayScale

public static final ColorSpace GrayScale
Gray scale color space.


Monochrome

public static final ColorSpace Monochrome
Monochrome color space.


DetermineAutomatically

public static final ColorSpace DetermineAutomatically
Determine the color space automatically.

Method Detail

values

public static ColorSpace[] values()

valueOf

public static ColorSpace valueOf(java.lang.String name)

getValue

public java.lang.String getValue()
Retrieves the color space setting.

Returns:
The color space setting.


[an error occurred while processing this directive] [an error occurred while processing this directive]