Uses of Enum Class
com.openinventor.inventor.elements.SoTextStyleElement.Styles
Packages that use SoTextStyleElement.Styles
Package
Description
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.StylesModifier and TypeMethodDescriptionstatic SoTextStyleElement.Styles
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
Returns the enum constant of this class with the specified name.static SoTextStyleElement.Styles[]
SoTextStyleElement.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 SoTextStyleElement.StylesModifier and TypeMethodDescriptionstatic void
SoTextStyleElement.set
(SoState state, SoTextStyleElement.Styles style) Sets the current style type in the state.static void
SoTextStyleElement.set
(SoState state, SoNode name_23504, SoTextStyleElement.Styles style) Sets the current style type in the state.