public enum MonochromeCompression extends Enum<MonochromeCompression>
Enum Constant and Description |
---|
CCITTG3
CCITTG3 monochrome compression.
|
CCITTG4
CCITTG4 monochrome compression.
|
LZW
LZW monochrome compression.
|
None
No monochrome compression.
|
ZIP
ZIP monochrome compression.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Retrieves the monochrome compression setting.
|
static MonochromeCompression |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonochromeCompression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonochromeCompression None
public static final MonochromeCompression CCITTG3
public static final MonochromeCompression CCITTG4
public static final MonochromeCompression LZW
public static final MonochromeCompression ZIP
public static MonochromeCompression[] values()
for (MonochromeCompression c : MonochromeCompression.values()) System.out.println(c);
public static MonochromeCompression 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–2023 Adobe Systems Incorporated. All rights reserved.