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