public enum AFPColorSpace extends java.lang.Enum<AFPColorSpace>
| Enum Constant and Description |
|---|
CIELAB |
CMYK |
Highlight |
RGB |
StandardOCA |
YCbCr |
YCrCb |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static AFPColorSpace |
valueOf(byte code) |
static AFPColorSpace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AFPColorSpace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFPColorSpace RGB
public static final AFPColorSpace YCrCb
public static final AFPColorSpace CMYK
public static final AFPColorSpace Highlight
public static final AFPColorSpace CIELAB
public static final AFPColorSpace YCbCr
public static final AFPColorSpace StandardOCA
public static AFPColorSpace[] values()
for (AFPColorSpace c : AFPColorSpace.values()) System.out.println(c);
public static AFPColorSpace valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AFPColorSpace valueOf(byte code)
public int toByte()