Uses of Class
com.openinventor.inventor.elements.SoTextOrientationElement.Orientations
-
Packages that use SoTextOrientationElement.Orientations Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoTextOrientationElement.Orientations in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTextOrientationElement.Orientations Modifier and Type Method Description static SoTextOrientationElement.Orientations
SoTextOrientationElement. get(SoState state)
Returns current draw style from the state.static SoTextOrientationElement.Orientations
SoTextOrientationElement. getDefault()
Returns the default draw style.static SoTextOrientationElement.Orientations
SoTextOrientationElement.Orientations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextOrientationElement.Orientations
SoTextOrientationElement.Orientations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextOrientationElement.Orientations[]
SoTextOrientationElement.Orientations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoTextOrientationElement.Orientations Modifier and Type Method Description static void
SoTextOrientationElement. set(SoState state, SoTextOrientationElement.Orientations style)
Sets the current font orientation in the state.static void
SoTextOrientationElement. set(SoState state, SoNode name_24085, SoTextOrientationElement.Orientations style)
Sets the current font orientation in the state.
-