Uses of Enum Class
com.openinventor.meshviz.graph.PoLabelField.Justifications
Packages that use PoLabelField.Justifications
-
Uses of PoLabelField.Justifications in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoLabelField.JustificationsMethods in com.openinventor.meshviz.graph that return PoLabelField.JustificationsModifier and TypeMethodDescriptionstatic PoLabelField.Justifications
PoLabelField.Justifications.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoLabelField.Justifications
Returns the enum constant of this class with the specified name.static PoLabelField.Justifications[]
PoLabelField.Justifications.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.JustificationsModifierConstructorDescriptionPoLabelField
(SbVec2f[] _point, String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type, PoLabelField.Justifications _justification) Calls PoLabelField(_point, _string, _value, _fontSize, type, _justification, PoLabelField.VerticalJustifications.valueOf( PoLabelField.VerticalJustifications.BASE.getValue() )).PoLabelField
(SbVec2f[] _point, String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type, PoLabelField.Justifications _justification, PoLabelField.VerticalJustifications _verticalJustification) Constructor.