PoLabelField Constructor |
Name | Description | |
---|---|---|
PoLabelField | Default constructor. | |
PoLabelField(SbVec2f, String, Single, Single) | Calls PoLabelField(_point, _string, _value, _fontSize, OIV.MeshViz.Graph.PoLabelField.ConcatTypes( .PoLabelField.STRING_BEFORE_VALUE ), OIV.MeshViz.Graph.PoLabelField.Justifications( .PoLabelField.LEFT ), OIV.MeshViz.Graph.PoLabelField.VerticalJustifications( .PoLabelField.BASE )). | |
PoLabelField(SbVec2f, String, Single, Single, PoLabelFieldConcatTypes) | Calls PoLabelField(_point, _string, _value, _fontSize, type, OIV.MeshViz.Graph.PoLabelField.Justifications( .PoLabelField.LEFT ), OIV.MeshViz.Graph.PoLabelField.VerticalJustifications( .PoLabelField.BASE )). | |
PoLabelField(SbVec2f, String, Single, Single, PoLabelFieldConcatTypes, PoLabelFieldJustifications) | Calls PoLabelField(_point, _string, _value, _fontSize, type, _justification, OIV.MeshViz.Graph.PoLabelField.VerticalJustifications( .PoLabelField.BASE )). | |
PoLabelField(SbVec2f, String, Single, Single, PoLabelFieldConcatTypes, PoLabelFieldJustifications, PoLabelFieldVerticalJustifications) | Constructor. |