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