public static enum LMSFileReader.ImageFormat extends java.lang.Enum<LMSFileReader.ImageFormat>
Modifier and Type | Method and Description |
---|---|
static LMSFileReader.ImageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LMSFileReader.ImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LMSFileReader.ImageFormat LOF
public static final LMSFileReader.ImageFormat TIF
public static final LMSFileReader.ImageFormat BMP
public static final LMSFileReader.ImageFormat JPEG
public static final LMSFileReader.ImageFormat PNG
public static final LMSFileReader.ImageFormat UNKNOWN
public static LMSFileReader.ImageFormat[] values()
for (LMSFileReader.ImageFormat c : LMSFileReader.ImageFormat.values()) System.out.println(c);
public static LMSFileReader.ImageFormat 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 nullCopyright © 2022 Open Microscopy Environment