public static enum Directionality_.AnalysisMethod extends Enum<Directionality_.AnalysisMethod>
Enum Constant and Description |
---|
FOURIER_COMPONENTS |
LOCAL_GRADIENT_ORIENTATION |
Modifier and Type | Method and Description |
---|---|
String |
toCommandName() |
String |
toString() |
static Directionality_.AnalysisMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Directionality_.AnalysisMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Directionality_.AnalysisMethod FOURIER_COMPONENTS
public static final Directionality_.AnalysisMethod LOCAL_GRADIENT_ORIENTATION
public static Directionality_.AnalysisMethod[] values()
for (Directionality_.AnalysisMethod c : Directionality_.AnalysisMethod.values()) System.out.println(c);
public static Directionality_.AnalysisMethod 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 nullpublic String toString()
toString
in class Enum<Directionality_.AnalysisMethod>
public String toCommandName()
Copyright © 2015–2021 Fiji. All rights reserved.