public static enum CytoplasmAnalyzer2D.DetectMode extends Enum<CytoplasmAnalyzer2D.DetectMode>
Enum Constant and Description |
---|
iterativeVoronoiExpansion
Iterative expansion of contours over multiple levels.
|
meanVarEnergies
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CytoplasmAnalyzer2D.DetectMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CytoplasmAnalyzer2D.DetectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CytoplasmAnalyzer2D.DetectMode iterativeVoronoiExpansion
@Deprecated public static final CytoplasmAnalyzer2D.DetectMode meanVarEnergies
public static CytoplasmAnalyzer2D.DetectMode[] values()
for (CytoplasmAnalyzer2D.DetectMode c : CytoplasmAnalyzer2D.DetectMode.values()) System.out.println(c);
public static CytoplasmAnalyzer2D.DetectMode 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 © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.