Interface SVGNode

    • Method Detail

      • getSVGLabel

        String getSVGLabel()
        Returns the unique, one-line label for the node.
        Returns:
        a unique string for this node
      • getSVGDetail

        String getSVGDetail()
        Returns a multi-line string containing a detailed description of the node. Line breaks are preserved when writing out the detail.
        Returns:
        a string describing the important properties of the node.
      • getSVGLabelLink

        URL getSVGLabelLink()
        The link to the node through the browser. May be null.
        Returns:
        a URL that specifies the link anchor that leads users to the object represented by this node.