public static enum Hyperstack_Maker.DisplayMode extends Enum<Hyperstack_Maker.DisplayMode>
Modifier and Type | Field and Description |
---|---|
int |
value
This value matches CompositeImage constant values.
|
Modifier and Type | Method and Description |
---|---|
static Hyperstack_Maker.DisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hyperstack_Maker.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Hyperstack_Maker.DisplayMode composite
public static final Hyperstack_Maker.DisplayMode color
public static final Hyperstack_Maker.DisplayMode grayscale
public static Hyperstack_Maker.DisplayMode[] values()
for (Hyperstack_Maker.DisplayMode c : Hyperstack_Maker.DisplayMode.values()) System.out.println(c);
public static Hyperstack_Maker.DisplayMode 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 null