Uses of Class
com.openinventor.medical.nodes.TextBox.AlignmentH
-
Packages that use TextBox.AlignmentH Package Description com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications. -
-
Uses of TextBox.AlignmentH in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes with type parameters of type TextBox.AlignmentH Modifier and Type Field Description SoSFEnum<TextBox.AlignmentH>
TextBox. alignmentH
Horizontal alignment of the text box (default is LEFT).SoSFEnum<TextBox.AlignmentH>
TextBox. textAlignH
Horizontal alignment of the text inside the box (default is LEFT).Methods in com.openinventor.medical.nodes that return TextBox.AlignmentH Modifier and Type Method Description static TextBox.AlignmentH
TextBox.AlignmentH. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextBox.AlignmentH[]
TextBox.AlignmentH. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-