Uses of Enum Class
com.openinventor.inventor.elements.SoTextAlignmentVElement.AlignmentVs
Packages that use SoTextAlignmentVElement.AlignmentVs
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoTextAlignmentVElement.AlignmentVs in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTextAlignmentVElement.AlignmentVsModifier and TypeMethodDescriptionReturns current draw style from the state.SoTextAlignmentVElement.getDefault()
Returns the default draw style.SoTextAlignmentVElement.AlignmentVs.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.static SoTextAlignmentVElement.AlignmentVs[]
SoTextAlignmentVElement.AlignmentVs.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 SoTextAlignmentVElement.AlignmentVsModifier and TypeMethodDescriptionstatic void
SoTextAlignmentVElement.set
(SoState state, SoTextAlignmentVElement.AlignmentVs style) Sets the current vertical text alignment in the state.static void
SoTextAlignmentVElement.set
(SoState state, SoNode name_23435, SoTextAlignmentVElement.AlignmentVs style) Sets the current vertical text alignment in the state.