freemind.modes
Interface MindMapLink

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

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, getRealWidth, getStyle, getWidth, setTarget, toString
 

Method Detail

getDestinationLabel

java.lang.String getDestinationLabel()

getReferenceText

java.lang.String getReferenceText()

getTarget

MindMapNode getTarget()

getSource

MindMapNode getSource()

getUniqueID

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