public static enum StreamlineTractography.ImageType extends java.lang.Enum<StreamlineTractography.ImageType>
Enum Constant and Description |
---|
BALL_STICK |
BAYES_DIRAC |
BAYES_MCMC |
BOOTSTRAP |
PDS |
PICO |
TENSOR |
WILD_BOOTSTRAP |
Modifier and Type | Method and Description |
---|---|
static StreamlineTractography.ImageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamlineTractography.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamlineTractography.ImageType PICO
public static final StreamlineTractography.ImageType BOOTSTRAP
public static final StreamlineTractography.ImageType WILD_BOOTSTRAP
public static final StreamlineTractography.ImageType BAYES_DIRAC
public static final StreamlineTractography.ImageType BAYES_MCMC
public static final StreamlineTractography.ImageType TENSOR
public static final StreamlineTractography.ImageType PDS
public static final StreamlineTractography.ImageType BALL_STICK
public static StreamlineTractography.ImageType[] values()
for (StreamlineTractography.ImageType c : StreamlineTractography.ImageType.values()) System.out.println(c);
public static StreamlineTractography.ImageType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null