public static enum SoTransferFunction.PredefColorMaps extends java.lang.Enum<SoTransferFunction.PredefColorMaps> implements IntegerValuedEnum
predefColorMap
field for images.Enum Constant and Description |
---|
AIRWAY
Airway.
|
AIRWAY_SURFACES
Airway surfaces.
|
BLUE_RED
Blue red (opaque).
|
BLUE_WHITE_RED
Blue white red (opaque).
|
GLOW
Glow (opaque).
|
GRAY
Gray (Synonym of grey)
|
GREY
Grey (Default).
|
INTENSITY
Intensity (opaque).
|
INTENSITY_REVERSED
Intensity reversed (opaque).
|
LABEL_256
256 labels (opaque).
|
NONE
No color map.
|
PHYSICS
Physics (opaque).
|
SEISMIC
Seismic.
|
STANDARD
Standard (opaque).
|
TEMPERATURE
Temperature (opaque).
|
VOLREN_GREEN
VolRenGreen (opacity ramp).
|
VOLREN_RED
VolRenRed (opacity ramp).
|
Modifier and Type | Method and Description |
---|---|
static SoTransferFunction.PredefColorMaps |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTransferFunction.PredefColorMaps |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTransferFunction.PredefColorMaps |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTransferFunction.PredefColorMaps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTransferFunction.PredefColorMaps NONE
public static final SoTransferFunction.PredefColorMaps GREY
public static final SoTransferFunction.PredefColorMaps GRAY
public static final SoTransferFunction.PredefColorMaps TEMPERATURE
public static final SoTransferFunction.PredefColorMaps PHYSICS
public static final SoTransferFunction.PredefColorMaps STANDARD
public static final SoTransferFunction.PredefColorMaps GLOW
public static final SoTransferFunction.PredefColorMaps BLUE_RED
public static final SoTransferFunction.PredefColorMaps SEISMIC
public static final SoTransferFunction.PredefColorMaps BLUE_WHITE_RED
public static final SoTransferFunction.PredefColorMaps INTENSITY
public static final SoTransferFunction.PredefColorMaps LABEL_256
public static final SoTransferFunction.PredefColorMaps VOLREN_RED
public static final SoTransferFunction.PredefColorMaps VOLREN_GREEN
public static final SoTransferFunction.PredefColorMaps AIRWAY
SoDataRange
node for details.public static final SoTransferFunction.PredefColorMaps AIRWAY_SURFACES
SoDataRange
node for details.public static final SoTransferFunction.PredefColorMaps INTENSITY_REVERSED
public static SoTransferFunction.PredefColorMaps[] values()
for (SoTransferFunction.PredefColorMaps c : SoTransferFunction.PredefColorMaps.values()) System.out.println(c);
public static SoTransferFunction.PredefColorMaps 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@Deprecated public static SoTransferFunction.PredefColorMaps fromValue(int val)
valueOf(int)
instead.public static SoTransferFunction.PredefColorMaps valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com