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. orientationSpecifies the text rendering orientation.Methods in com.openinventor.inventor.nodes that return SoTextProperty.Orientations Modifier and Type Method Description static SoTextProperty.OrientationsSoTextProperty.Orientations. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoTextProperty.OrientationsSoTextProperty.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.
-