public enum AFPBackgroundMix extends java.lang.Enum<AFPBackgroundMix>
| Enum Constant and Description |
|---|
Default |
LeaveAlone |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static AFPBackgroundMix |
valueOf(byte codeByte) |
static AFPBackgroundMix |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AFPBackgroundMix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFPBackgroundMix Default
public static final AFPBackgroundMix LeaveAlone
public static AFPBackgroundMix[] values()
for (AFPBackgroundMix c : AFPBackgroundMix.values()) System.out.println(c);
public static AFPBackgroundMix 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 AFPBackgroundMix valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()