Package | Description |
---|---|
com.openinventor.meshviz.graph |
Modifier and Type | Field and Description |
---|---|
SoSFEnum<PoLabelField.Justifications> |
PoLabelField.justification
Horizontal justification.
|
Modifier and Type | Method and Description |
---|---|
static PoLabelField.Justifications |
PoLabelField.Justifications.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoLabelField.Justifications |
PoLabelField.Justifications.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoLabelField.Justifications |
PoLabelField.Justifications.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoLabelField.Justifications[] |
PoLabelField.Justifications.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PoLabelField(SbVec2f[] _point,
java.lang.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,
java.lang.String[] _string,
float[] _value,
float _fontSize,
PoLabelField.ConcatTypes type,
PoLabelField.Justifications _justification,
PoLabelField.VerticalJustifications _verticalJustification)
Constructor.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com