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