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