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