Uses of Enum Class
com.openinventor.meshvizxlm.mapping.nodes.MoMaterial.ColoringType
Packages that use MoMaterial.ColoringType
Package
Description
Provides state elements.
Provides rendering, property and action nodes.
-
Uses of MoMaterial.ColoringType in com.openinventor.meshvizxlm.mapping.elements
Fields in com.openinventor.meshvizxlm.mapping.elements declared as MoMaterial.ColoringTypeModifier and TypeFieldDescriptionMoMaterialElement.Material.coloring
Coloring method for facesMoMaterialElement.Material.lineColoring
Coloring method for linesMoMaterialElement.Material.markerColoring
Coloring method for pointsMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MoMaterial.ColoringTypeModifier and TypeMethodDescriptionstatic void
MoMaterialElement.set
(SoState state, SoNode node, MoMaterial.ColoringType coloring, SbColor color, MoMaterial.ColoringType lineColoring, SbColor lineColor, MoMaterial.ColoringType markerColoring, SbColor markerColor, float transparency) Sets the current colors and coloring options for the specified traversal state and node. -
Uses of MoMaterial.ColoringType in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type MoMaterial.ColoringTypeModifier and TypeFieldDescriptionMoMaterial.faceColoring
The coloring method for faces.MoMaterial.lineColoring
The coloring method for lines.MoMaterial.pointColoring
The coloring method for points.Methods in com.openinventor.meshvizxlm.mapping.nodes that return MoMaterial.ColoringTypeModifier and TypeMethodDescriptionstatic MoMaterial.ColoringType
MoMaterial.ColoringType.valueOf
(int val) Returns the coloring type associated to the specified integer value of the enum constant.static MoMaterial.ColoringType
Returns the enum constant of this class with the specified name.static MoMaterial.ColoringType[]
MoMaterial.ColoringType.values()
Returns an array containing the constants of this enum class, in the order they are declared.