public enum RGBPolicy extends Enum<RGBPolicy>
Enum Constant and Description |
---|
EmbedProfile
Embed profile.
|
Off
RGB policy is off.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Retrieves the RGB policy.
|
static RGBPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RGBPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RGBPolicy EmbedProfile
public static final RGBPolicy Off
public static RGBPolicy[] values()
for (RGBPolicy c : RGBPolicy.values()) System.out.println(c);
public static RGBPolicy 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 getValue()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.