@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public enum RenderingIntent
extends java.lang.Enum<RenderingIntent>
Java class for RenderingIntent.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RenderingIntent">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="AbsoluteColorimetric"/>
<enumeration value="ColorSpaceDependent"/>
<enumeration value="Perceptual"/>
<enumeration value="RelativeColorimetric"/>
<enumeration value="Saturation"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ABSOLUTE_COLORIMETRIC |
COLOR_SPACE_DEPENDENT |
PERCEPTUAL |
RELATIVE_COLORIMETRIC |
SATURATION |
| Modifier and Type | Method and Description |
|---|---|
static RenderingIntent |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static RenderingIntent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderingIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingIntent ABSOLUTE_COLORIMETRIC
public static final RenderingIntent COLOR_SPACE_DEPENDENT
public static final RenderingIntent PERCEPTUAL
public static final RenderingIntent RELATIVE_COLORIMETRIC
public static final RenderingIntent SATURATION
public static RenderingIntent[] values()
for (RenderingIntent c : RenderingIntent.values()) System.out.println(c);
public static RenderingIntent 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 java.lang.String value()
public static RenderingIntent fromValue(java.lang.String v)