Uses of Enum Class
com.openinventor.inventor.elements.SoTextOrientationElement.Orientations
Packages that use SoTextOrientationElement.Orientations
Package
Description
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.OrientationsModifier and TypeMethodDescriptionReturns current draw style from the state.SoTextOrientationElement.getDefault()
Returns the default draw style.SoTextOrientationElement.Orientations.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoTextOrientationElement.Orientations.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoTextOrientationElement.OrientationsModifier and TypeMethodDescriptionstatic void
SoTextOrientationElement.set
(SoState state, SoTextOrientationElement.Orientations style) Sets the current font orientation in the state.static void
SoTextOrientationElement.set
(SoState state, SoNode name_23472, SoTextOrientationElement.Orientations style) Sets the current font orientation in the state.