public static enum ScalarColorComputer.Scalar extends java.lang.Enum<ScalarColorComputer.Scalar>
Enum Constant and Description |
---|
AXIAL_DIFFUSIVITY |
D00 |
D01 |
D02 |
D11 |
D12 |
D22 |
E1 |
E2 |
E3 |
FRACTIONAL_ANISOTROPY |
MEAN_DIFFUSIVITY |
RADIAL_DIFFUSIVITY |
Modifier and Type | Method and Description |
---|---|
static ScalarColorComputer.Scalar |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScalarColorComputer.Scalar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalarColorComputer.Scalar FRACTIONAL_ANISOTROPY
public static final ScalarColorComputer.Scalar MEAN_DIFFUSIVITY
public static final ScalarColorComputer.Scalar AXIAL_DIFFUSIVITY
public static final ScalarColorComputer.Scalar RADIAL_DIFFUSIVITY
public static final ScalarColorComputer.Scalar E1
public static final ScalarColorComputer.Scalar E2
public static final ScalarColorComputer.Scalar E3
public static final ScalarColorComputer.Scalar D00
public static final ScalarColorComputer.Scalar D01
public static final ScalarColorComputer.Scalar D02
public static final ScalarColorComputer.Scalar D11
public static final ScalarColorComputer.Scalar D12
public static final ScalarColorComputer.Scalar D22
public static ScalarColorComputer.Scalar[] values()
for (ScalarColorComputer.Scalar c : ScalarColorComputer.Scalar.values()) System.out.println(c);
public static ScalarColorComputer.Scalar 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