Class NodeIndicator


  • public final class NodeIndicator
    extends NodeElement
    Represents an image for indicator. A node indicator shows users that they can expand a node to view sources and targets. The add-on automatically determines indicator behavior based on node expansion availability.
    Since:
    1.2.0
    • Constructor Detail

      • NodeIndicator

        public NodeIndicator()
        Constructs a new NodeIndicator.
    • Method Detail

      • getOpacity

        public double getOpacity()
        Returns the opacity of this indicator.
      • setOpacity

        public void setOpacity​(double opacity)
        Sets the opacity of this indicator. The value must be between 0.0 (fully transparent) and 1.0 (no additional transparency).
        Parameters:
        opacity - the multiplicative opacity for this indicator.