public static enum JPEGQuality.ProgressiveScans extends java.lang.Enum<JPEGQuality.ProgressiveScans>
Enum Constant and Description |
---|
PROGRESSIVE_3_SCANS |
PROGRESSIVE_4_SCANS |
PROGRESSIVE_5_SCANS |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static JPEGQuality.ProgressiveScans |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JPEGQuality.ProgressiveScans[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JPEGQuality.ProgressiveScans PROGRESSIVE_3_SCANS
public static final JPEGQuality.ProgressiveScans PROGRESSIVE_4_SCANS
public static final JPEGQuality.ProgressiveScans PROGRESSIVE_5_SCANS
public static JPEGQuality.ProgressiveScans[] values()
for (JPEGQuality.ProgressiveScans c : JPEGQuality.ProgressiveScans.values()) System.out.println(c);
public static JPEGQuality.ProgressiveScans 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 int getValue()