Uses of Class
com.openinventor.inventor.elements.SoTextAlignmentVElement.AlignmentVs
-
Packages that use SoTextAlignmentVElement.AlignmentVs Package Description com.openinventor.inventor.elements 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.AlignmentVs Modifier and Type Method Description static SoTextAlignmentVElement.AlignmentVs
SoTextAlignmentVElement. get(SoState state)
Returns current draw style from the state.static SoTextAlignmentVElement.AlignmentVs
SoTextAlignmentVElement. getDefault()
Returns the default draw style.static SoTextAlignmentVElement.AlignmentVs
SoTextAlignmentVElement.AlignmentVs. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextAlignmentVElement.AlignmentVs
SoTextAlignmentVElement.AlignmentVs. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextAlignmentVElement.AlignmentVs[]
SoTextAlignmentVElement.AlignmentVs. 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 SoTextAlignmentVElement.AlignmentVs Modifier and Type Method Description static 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_24048, SoTextAlignmentVElement.AlignmentVs style)
Sets the current vertical text alignment in the state.
-