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