protected static enum Coloc_2.RoiConfiguration extends Enum<Coloc_2.RoiConfiguration>
| Enum Constant and Description |
|---|
Img1 |
Img2 |
Mask |
None |
RoiManager |
| Modifier and Type | Method and Description |
|---|---|
static Coloc_2.RoiConfiguration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Coloc_2.RoiConfiguration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Coloc_2.RoiConfiguration None
public static final Coloc_2.RoiConfiguration Img1
public static final Coloc_2.RoiConfiguration Img2
public static final Coloc_2.RoiConfiguration Mask
public static final Coloc_2.RoiConfiguration RoiManager
public static Coloc_2.RoiConfiguration[] values()
for (Coloc_2.RoiConfiguration c : Coloc_2.RoiConfiguration.values()) System.out.println(c);
public static Coloc_2.RoiConfiguration 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 nullCopyright © 2015–2021 Fiji. All rights reserved.