Enum Class ColorConvertObjAttrs

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

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

    • COLOR_CONV_IMAGE

      public static final ColorConvertObjAttrs COLOR_CONV_IMAGE
      Object is an image.
    • COLOR_CONV_JPEG

      public static final ColorConvertObjAttrs COLOR_CONV_JPEG
      Object is a JPEG image.
    • COLOR_CONV_JPEG_2000

      public static final ColorConvertObjAttrs COLOR_CONV_JPEG_2000
      Object is a JPEG2000 image.
    • COLOR_CONV_LOSSY

      public static final ColorConvertObjAttrs COLOR_CONV_LOSSY
      Image is in a lossy space.
    • COLOR_CONV_LOSSLESS

      public static final ColorConvertObjAttrs COLOR_CONV_LOSSLESS
      Image is in a non-lossy space.
    • COLOR_CONV_TEXT

      public static final ColorConvertObjAttrs COLOR_CONV_TEXT
      Object is text.
    • COLOR_CONV_LINE_ART

      public static final ColorConvertObjAttrs COLOR_CONV_LINE_ART
      Object is line-art (fill, stroke).
    • COLOR_CONV_SHADE

      public static final ColorConvertObjAttrs COLOR_CONV_SHADE
      Object is a smooth shade.
    • COLOR_CONV_TRANSPARENT

      public static final ColorConvertObjAttrs COLOR_CONV_TRANSPARENT
      Object is not opaque.
    • COLOR_CONV_OVERPRINTING

      public static final ColorConvertObjAttrs COLOR_CONV_OVERPRINTING
      Object overprints.
    • COLOR_CONV_OVERPRINT_MODE

      public static final ColorConvertObjAttrs COLOR_CONV_OVERPRINT_MODE
      Overprint mode (OPM) is set to 1.
    • COLOR_CONV_ANY_OBJECT

      public static final ColorConvertObjAttrs COLOR_CONV_ANY_OBJECT
      Any object.
  • Method Details

    • values

      public static ColorConvertObjAttrs[] 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 ColorConvertObjAttrs 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