freemind.modes

Interface MindMapArrowLink

public interface MindMapArrowLink extends MindMapLink

Method Summary
StringgetEndArrow()
the type of the end arrow: currently "None" and "Default".
PointgetEndInclination()
StringgetStartArrow()
the type of the start arrow: currently "None" and "Default".
PointgetStartInclination()

Method Detail

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()