Enum Class ColorConvertCSpaceType

java.lang.Object
java.lang.Enum<ColorConvertCSpaceType>
com.datalogics.PDFL.ColorConvertCSpaceType
All Implemented Interfaces:
Serializable, Comparable<ColorConvertCSpaceType>, Constable

public enum ColorConvertCSpaceType extends Enum<ColorConvertCSpaceType>
  • Enum Constant Details

    • COLOR_CONV_DEVICE_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_DEVICE_SPACE
      Device color space.
    • COLOR_CONV_CALIBRATED_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_CALIBRATED_SPACE
      Calibrated color space.
    • COLOR_CONV_ALTERNATE_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_ALTERNATE_SPACE
      Alternate color space.
    • COLOR_CONV_BASE_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_BASE_SPACE
      Base of an indexed space.
    • COLOR_CONV_INDEXED_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_INDEXED_SPACE
      Indexed color space.
    • COLOR_CONV_SEPARATION_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_SEPARATION_SPACE
      Separation color space.
    • COLOR_CONV_DEVICE_NSPACE

      public static final ColorConvertCSpaceType COLOR_CONV_DEVICE_NSPACE
      DeviceN color space.
    • COLOR_CONV_NCHANNEL_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_NCHANNEL_SPACE
      NChannel color space.
    • COLOR_CONV_RGBSPACE

      public static final ColorConvertCSpaceType COLOR_CONV_RGBSPACE
      RGB color space. This should only be set if either Device space (unless Lab) or Calibrated space is set.
    • COLOR_CONV_CMYKSPACE

      public static final ColorConvertCSpaceType COLOR_CONV_CMYKSPACE
      CMYK color space. This should only be set if either Device space (unless Lab) or Calibrated space is set.
    • COLOR_CONV_GRAY_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_GRAY_SPACE
      Gray color space. This should only be set if either Device space (unless Lab) or Calibrated space is set.
    • COLOR_CONV_LAB_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_LAB_SPACE
      Lab color space.
    • COLOR_CONV_ANY_SPACE

      public static final ColorConvertCSpaceType COLOR_CONV_ANY_SPACE
      Any color space.
  • Method Details

    • values

      public static ColorConvertCSpaceType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ColorConvertCSpaceType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null