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