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