Uses of Class
com.openinventor.inventor.nodes.SoColorMap.Interpolations
-
Packages that use SoColorMap.Interpolations Package Description com.openinventor.inventor.nodes -
-
Uses of SoColorMap.Interpolations in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoColorMap.Interpolations Modifier and Type Field Description SoSFEnum<SoColorMap.Interpolations>
SoColorMap. interpolation
The colormap interpolation type.Methods in com.openinventor.inventor.nodes that return SoColorMap.Interpolations Modifier and Type Method Description static SoColorMap.Interpolations
SoColorMap.Interpolations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoColorMap.Interpolations
SoColorMap.Interpolations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoColorMap.Interpolations[]
SoColorMap.Interpolations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-