Package com.datalogics.PDFL
Enum Class ColorConvertObjAttrs
- All Implemented Interfaces:
Serializable,Comparable<ColorConvertObjAttrs>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAny object.Object is an image.Object is a JPEG image.Object is a JPEG2000 image.Object is line-art (fill, stroke).Image is in a non-lossy space.Image is in a lossy space.Overprint mode (OPM) is set to 1.Object overprints.Object is a smooth shade.Object is text.Object is not opaque. -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorConvertObjAttrsReturns the enum constant of this class with the specified name.static ColorConvertObjAttrs[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
COLOR_CONV_IMAGE
Object is an image. -
COLOR_CONV_JPEG
Object is a JPEG image. -
COLOR_CONV_JPEG_2000
Object is a JPEG2000 image. -
COLOR_CONV_LOSSY
Image is in a lossy space. -
COLOR_CONV_LOSSLESS
Image is in a non-lossy space. -
COLOR_CONV_TEXT
Object is text. -
COLOR_CONV_LINE_ART
Object is line-art (fill, stroke). -
COLOR_CONV_SHADE
Object is a smooth shade. -
COLOR_CONV_TRANSPARENT
Object is not opaque. -
COLOR_CONV_OVERPRINTING
Object overprints. -
COLOR_CONV_OVERPRINT_MODE
Overprint mode (OPM) is set to 1. -
COLOR_CONV_ANY_OBJECT
Any object.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-