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