public static enum ExtractROIProfileAlgorithm.RectangleMode extends Enum<ExtractROIProfileAlgorithm.RectangleMode>
Enum Constant and Description |
---|
Auto |
ColumnAverage |
RowAverage |
Skip |
Modifier and Type | Method and Description |
---|---|
static ExtractROIProfileAlgorithm.RectangleMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractROIProfileAlgorithm.RectangleMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractROIProfileAlgorithm.RectangleMode Auto
public static final ExtractROIProfileAlgorithm.RectangleMode RowAverage
public static final ExtractROIProfileAlgorithm.RectangleMode ColumnAverage
public static final ExtractROIProfileAlgorithm.RectangleMode Skip
public static ExtractROIProfileAlgorithm.RectangleMode[] values()
for (ExtractROIProfileAlgorithm.RectangleMode c : ExtractROIProfileAlgorithm.RectangleMode.values()) System.out.println(c);
public static ExtractROIProfileAlgorithm.RectangleMode 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 © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.