freemind.modes

Interface MindMapArrowLink

All Superinterfaces:
Cloneable, MindMapLine, MindMapLink
Known Implementing Classes:
ArrowLinkAdapter, BrowseArrowLinkModel, MindMapArrowLinkModel

public interface MindMapArrowLink
extends MindMapLink

Method Summary

String
getEndArrow()
the type of the end arrow: currently "None" and "Default".
Point
getEndInclination()
String
getStartArrow()
the type of the start arrow: currently "None" and "Default".
Point
getStartInclination()

Methods inherited from interface freemind.modes.MindMapLine

clone, getColor, getStroke, getStyle, getWidth, setTarget, toString

Methods inherited from interface freemind.modes.MindMapLink

getDestinationLabel, getReferenceText, getSource, getTarget

Method Details

getEndArrow

public String getEndArrow()
the type of the end arrow: currently "None" and "Default".

getEndInclination

public Point getEndInclination()

getStartArrow

public String getStartArrow()
the type of the start arrow: currently "None" and "Default".

getStartInclination

public Point getStartInclination()