Uses of Class
com.openinventor.inventor.elements.SoDrawStyleElement.Styles
-
Packages that use SoDrawStyleElement.Styles Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoDrawStyleElement.Styles in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoDrawStyleElement.Styles Modifier and Type Method Description static SoDrawStyleElement.Styles
SoDrawStyleElement. get(SoState state)
Returns current draw style from the state.static SoDrawStyleElement.Styles
SoDrawStyleElement. getDefault()
Returns the default draw style.static SoDrawStyleElement.Styles
SoDrawStyleElement.Styles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDrawStyleElement.Styles
SoDrawStyleElement.Styles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDrawStyleElement.Styles[]
SoDrawStyleElement.Styles. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoDrawStyleElement.Styles Modifier and Type Method Description static void
SoDrawStyleElement. set(SoState state, SoDrawStyleElement.Styles style)
Sets the current draw style in the state.static void
SoDrawStyleElement. set(SoState state, SoNode name_11380, SoDrawStyleElement.Styles style)
Sets the current draw style in the state.
-