public static enum HemfPalette.EmfSetIcmMode.ICMMode extends java.lang.Enum<HemfPalette.EmfSetIcmMode.ICMMode>
Enum Constant and Description |
---|
ICM_DONE_OUTSIDEDC
Turns off ICM in the playback device context, and turns off old-style color correction of halftones.
|
ICM_OFF
Turns off Image Color Management (ICM) in the playback device context.
|
ICM_ON
Turns on ICM in the playback device context.
|
ICM_QUERY
Queries the current state of color management in the playback device context.
|
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static HemfPalette.EmfSetIcmMode.ICMMode |
valueOf(int id) |
static HemfPalette.EmfSetIcmMode.ICMMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfPalette.EmfSetIcmMode.ICMMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfPalette.EmfSetIcmMode.ICMMode ICM_OFF
public static final HemfPalette.EmfSetIcmMode.ICMMode ICM_ON
public static final HemfPalette.EmfSetIcmMode.ICMMode ICM_QUERY
public static final HemfPalette.EmfSetIcmMode.ICMMode ICM_DONE_OUTSIDEDC
public static HemfPalette.EmfSetIcmMode.ICMMode[] values()
for (HemfPalette.EmfSetIcmMode.ICMMode c : HemfPalette.EmfSetIcmMode.ICMMode.values()) System.out.println(c);
public static HemfPalette.EmfSetIcmMode.ICMMode 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 HemfPalette.EmfSetIcmMode.ICMMode valueOf(int id)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.