Uses of Enum Class
com.openinventor.inventor.nodes.SoLocateHighlight.Modes
Packages that use SoLocateHighlight.Modes
-
Uses of SoLocateHighlight.Modes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoLocateHighlight.ModesModifier and TypeFieldDescriptionfinal SoSFEnum
<SoLocateHighlight.Modes> SoLocateHighlight.mode
Whether to highlight or not.Methods in com.openinventor.inventor.nodes that return SoLocateHighlight.ModesModifier and TypeMethodDescriptionstatic SoLocateHighlight.Modes
SoLocateHighlight.Modes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoLocateHighlight.Modes
Returns the enum constant of this class with the specified name.static SoLocateHighlight.Modes[]
SoLocateHighlight.Modes.values()
Returns an array containing the constants of this enum class, in the order they are declared.