Class PoLabelHints

All Implemented Interfaces:
SafeDisposable

public class PoLabelHints extends PoNode
Node to define common label hints. This node defines the current hints to display label of all subsequent MeshViz representations inhering from PoChart.

File format/default:

PoLabelHints {

    labelPath DEPEND
    justification DEPEND
    addString ""
    isLabelLineVisible false
}
  • Field Details

    • labelPath

      public final SoSFEnum<PoLabelHints.LabelPaths> labelPath
      Defines the path used to display label.
    • justification

      public final SoSFEnum<PoLabelHints.Justifications> justification
      Defines the justification used to display label.
    • addString

      public final SoSFString addString
      Defines a string to concat to the label to display. If you want to ignore the string to concat, remember to call the method setIgnored(true) (method of SoField) on this field.
    • isLabelLineVisible

      public final SoSFBool isLabelLineVisible
      Defines the visibility of a line from the label and the part to be annotated.
  • Constructor Details

    • PoLabelHints

      public PoLabelHints()
      Constructor.