Uses of Enum Class
com.openinventor.inventor.nodes.SoFontStyle.Families
Packages that use SoFontStyle.Families
-
Uses of SoFontStyle.Families in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoFontStyle.FamiliesModifier and TypeFieldDescriptionfinal SoSFEnum
<SoFontStyle.Families> SoFontStyle.family
Specifies the family of font to use (which determines the font name according to table above).Methods in com.openinventor.inventor.nodes that return SoFontStyle.FamiliesModifier and TypeMethodDescriptionstatic SoFontStyle.Families
SoFontStyle.Families.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoFontStyle.Families
Returns the enum constant of this class with the specified name.static SoFontStyle.Families[]
SoFontStyle.Families.values()
Returns an array containing the constants of this enum class, in the order they are declared.