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.StylesReturns current draw style from the state.static SoDrawStyleElement.StylesSoDrawStyleElement.getDefault()Returns the default draw style.static SoDrawStyleElement.StylesSoDrawStyleElement.Styles.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoDrawStyleElement.StylesReturns 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 voidSoDrawStyleElement.set(SoState state, SoDrawStyleElement.Styles style) Sets the current draw style in the state.static voidSoDrawStyleElement.set(SoState state, SoNode name_11103, SoDrawStyleElement.Styles style) Sets the current draw style in the state.