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