Uses of Enum Class
com.openinventor.inventor.nodes.SoTextProperty.Styles
Packages that use SoTextProperty.Styles
-
Uses of SoTextProperty.Styles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextProperty.StylesModifier and TypeFieldDescriptionfinal SoSFBitMask
<SoTextProperty.Styles> SoTextProperty.style
Specifies zero or more styles to be applied to text.Methods in com.openinventor.inventor.nodes that return SoTextProperty.StylesModifier and TypeMethodDescriptionstatic SoTextProperty.Styles
SoTextProperty.Styles.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoTextProperty.Styles
Returns the enum constant of this class with the specified name.static SoTextProperty.Styles[]
SoTextProperty.Styles.values()
Returns an array containing the constants of this enum class, in the order they are declared.