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