Uses of Enum Class
com.openinventor.meshviz.graph.PoLabelField.VerticalJustifications
Packages that use PoLabelField.VerticalJustifications
-
Uses of PoLabelField.VerticalJustifications in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLabelField.VerticalJustificationsMethods in com.openinventor.meshviz.graph that return PoLabelField.VerticalJustificationsModifier and TypeMethodDescriptionPoLabelField.VerticalJustifications.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 PoLabelField.VerticalJustifications[]
PoLabelField.VerticalJustifications.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoLabelField.VerticalJustificationsModifierConstructorDescriptionPoLabelField
(SbVec2f[] _point, String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type, PoLabelField.Justifications _justification, PoLabelField.VerticalJustifications _verticalJustification) Constructor.