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