Interface SVGNode
-
- All Known Implementing Classes:
InheritanceProject
public interface SVGNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSVGDetail()
Returns a multi-line string containing a detailed description of the node.String
getSVGLabel()
Returns the unique, one-line label for the node.URL
getSVGLabelLink()
The link to the node through the browser.
-
-
-
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.
-
-