public static enum ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod extends Enum<ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod>
Modifier and Type | Method and Description |
---|---|
static ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod Minimum
public static final ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod Maximum
public static ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod[] values()
for (ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod c : ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod.values()) System.out.println(c);
public static ExtendedDepthOfFocusProjectorAlgorithm.SelectionMethod 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.