freemind.modes
Interface MindMapLink

All Superinterfaces:
java.lang.Cloneable, MindMapLine
All Known Subinterfaces:
MindMapArrowLink
All Known Implementing Classes:
ArrowLinkAdapter, LinkAdapter

public interface MindMapLink
extends MindMapLine


Method Summary
 java.lang.String getDestinationLabel()
           
 java.lang.String getReferenceText()
           
 MindMapNode getSource()
           
 MindMapNode getTarget()
           
 java.lang.String getUniqueID()
          The id is automatically set on creation.
 
Methods inherited from interface freemind.modes.MindMapLine
clone, getColor, getStroke, getStyle, getWidth, setTarget, toString
 

Method Detail

getDestinationLabel

public java.lang.String getDestinationLabel()

getReferenceText

public java.lang.String getReferenceText()

getTarget

public MindMapNode getTarget()

getSource

public MindMapNode getSource()

getUniqueID

public java.lang.String getUniqueID()
The id is automatically set on creation. Is saved and restored.