freemind.modes

Class ArrowLinkAdapter

public abstract class ArrowLinkAdapter extends LinkAdapter implements MindMapArrowLink

Field Summary
protected StringendArrow
protected PointendInclination
the zero is the start point of the line;
protected StringstartArrow
protected PointstartInclination
the zero is the start point of the line;
Constructor Summary
ArrowLinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame)
Method Summary
Objectclone()
StringgetEndArrow()
PointgetEndInclination()
StringgetStartArrow()
PointgetStartInclination()
voidsetEndArrow(String endArrow)
voidsetEndInclination(Point endInclination)
voidsetStartArrow(String startArrow)
voidsetStartInclination(Point startInclination)

Field Detail

endArrow

protected String endArrow

endInclination

protected Point endInclination
the zero is the start point of the line;

startArrow

protected String startArrow

startInclination

protected Point startInclination
the zero is the start point of the line;

Constructor Detail

ArrowLinkAdapter

public ArrowLinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame)

Method Detail

clone

public Object clone()

getEndArrow

public String getEndArrow()

getEndInclination

public Point getEndInclination()

getStartArrow

public String getStartArrow()

getStartInclination

public Point getStartInclination()

setEndArrow

public void setEndArrow(String endArrow)

setEndInclination

public void setEndInclination(Point endInclination)

setStartArrow

public void setStartArrow(String startArrow)

setStartInclination

public void setStartInclination(Point startInclination)