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