Click or drag to resize
PoLabelField Constructor
Overload List
  NameDescription
Public methodPoLabelField

Default constructor.

Public methodPoLabelField(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 )).
Public methodPoLabelField(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 )).
Public methodPoLabelField(SbVec2f, String, Single, Single, PoLabelFieldConcatTypes, PoLabelFieldJustifications)
Calls PoLabelField(_point, _string, _value, _fontSize, type, _justification, OIV.MeshViz.Graph.PoLabelField.VerticalJustifications( .PoLabelField.BASE )).
Public methodPoLabelField(SbVec2f, String, Single, Single, PoLabelFieldConcatTypes, PoLabelFieldJustifications, PoLabelFieldVerticalJustifications)

Constructor.

Top
See Also