public enum GrayScalePolicy extends Enum<GrayScalePolicy>
Enum Constant and Description |
---|
EmbedProfile
Represents an embed profile.
|
Off
Gray scale policy is off.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Retrieves the gray scale policy.
|
static GrayScalePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrayScalePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrayScalePolicy EmbedProfile
public static final GrayScalePolicy Off
public static GrayScalePolicy[] values()
for (GrayScalePolicy c : GrayScalePolicy.values()) System.out.println(c);
public static GrayScalePolicy 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.