Uses of Class
com.openinventor.inventor.elements.SoTextStyleElement.Styles
-
Packages that use SoTextStyleElement.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 SoTextStyleElement.Styles in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTextStyleElement.Styles Modifier and Type Method Description static SoTextStyleElement.Styles
SoTextStyleElement. get(SoState state)
Returns current style from the state.static SoTextStyleElement.Styles
SoTextStyleElement. getDefault()
Returns the default style.static SoTextStyleElement.Styles
SoTextStyleElement.Styles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextStyleElement.Styles
SoTextStyleElement.Styles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextStyleElement.Styles[]
SoTextStyleElement.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 SoTextStyleElement.Styles Modifier and Type Method Description static void
SoTextStyleElement. set(SoState state, SoTextStyleElement.Styles style)
Sets the current style type in the state.static void
SoTextStyleElement. set(SoState state, SoNode name_24117, SoTextStyleElement.Styles style)
Sets the current style type in the state.
-