Uses of Enum Class
com.openinventor.inventor.elements.SoDrawStyleElement.Styles
Packages that use SoDrawStyleElement.Styles
Package
Description
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.StylesModifier and TypeMethodDescriptionstatic SoDrawStyleElement.Styles
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
Returns the enum constant of this class with the specified name.static SoDrawStyleElement.Styles[]
SoDrawStyleElement.Styles.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoDrawStyleElement.StylesModifier and TypeMethodDescriptionstatic void
SoDrawStyleElement.set
(SoState state, SoDrawStyleElement.Styles style) Sets the current draw style in the state.static void
SoDrawStyleElement.set
(SoState state, SoNode name_11096, SoDrawStyleElement.Styles style) Sets the current draw style in the state.