public enum ContrastMethod extends Enum<ContrastMethod> implements Enumeration
Enum Constant and Description |
---|
BRIGHTFIELD |
DARKFIELD |
DIC |
FLUORESCENCE |
HOFFMANMODULATION |
OBLIQUEILLUMINATION |
OTHER |
PHASE |
POLARIZEDLIGHT |
Modifier and Type | Method and Description |
---|---|
static ContrastMethod |
fromString(String value) |
String |
getValue() |
String |
toString() |
static ContrastMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContrastMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContrastMethod BRIGHTFIELD
public static final ContrastMethod PHASE
public static final ContrastMethod DIC
public static final ContrastMethod HOFFMANMODULATION
public static final ContrastMethod OBLIQUEILLUMINATION
public static final ContrastMethod POLARIZEDLIGHT
public static final ContrastMethod DARKFIELD
public static final ContrastMethod FLUORESCENCE
public static final ContrastMethod OTHER
private final String value
public static ContrastMethod[] values()
for (ContrastMethod c : ContrastMethod.values()) System.out.println(c);
public static ContrastMethod 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 static ContrastMethod fromString(String value) throws EnumerationException
EnumerationException
public String getValue()
public String toString()
toString
in class Enum<ContrastMethod>
Copyright © 2016 Open Microscopy Environment