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 Detail

      • 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 Detail

      • PoLabelHints

        public PoLabelHints()
        Constructor.