public static enum OutputProfiler.RenderingIntent extends Enum<OutputProfiler.RenderingIntent>
OutputProfiler.ProcessColorAction.setRenderingIntent(org.faceless.pdf2.OutputProfiler.RenderingIntent)
methodEnum Constant and Description |
---|
Absolute
Constant which represents the Absolute rendering intent
|
Perceptual
Constant which represents the Perceptual rendering intent
|
Relative
Constant which represents the Relative rendering intent
|
Saturation
Constant which represents the Saturation rendering intent
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OutputProfiler.RenderingIntent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputProfiler.RenderingIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputProfiler.RenderingIntent Perceptual
public static final OutputProfiler.RenderingIntent Saturation
public static final OutputProfiler.RenderingIntent Relative
public static final OutputProfiler.RenderingIntent Absolute
public static OutputProfiler.RenderingIntent[] values()
for (OutputProfiler.RenderingIntent c : OutputProfiler.RenderingIntent.values()) System.out.println(c);
public static OutputProfiler.RenderingIntent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<OutputProfiler.RenderingIntent>
Copyright © 2001-2017 Big Faceless Organization