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.coloringColoring method for facesMoMaterialElement.Material.lineColoringColoring method for linesMoMaterialElement.Material.markerColoringColoring method for pointsMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MoMaterial.ColoringTypeModifier and TypeMethodDescriptionstatic voidMoMaterialElement.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.faceColoringThe coloring method for faces.MoMaterial.lineColoringThe coloring method for lines.MoMaterial.pointColoringThe coloring method for points.Methods in com.openinventor.meshvizxlm.mapping.nodes that return MoMaterial.ColoringTypeModifier and TypeMethodDescriptionstatic MoMaterial.ColoringTypeMoMaterial.ColoringType.valueOf(int val) Returns the coloring type associated to the specified integer value of the enum constant.static MoMaterial.ColoringTypeReturns 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.