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