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