freemind.modes
public abstract class ArrowLinkAdapter extends LinkAdapter implements MindMapArrowLink
| Field Summary | |
|---|---|
| protected String | endArrow |
| protected Point | endInclination the zero is the start point of the line; |
| protected String | startArrow |
| protected Point | startInclination the zero is the start point of the line; |
| Constructor Summary | |
|---|---|
| ArrowLinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame) | |
| Method Summary | |
|---|---|
| Object | clone() |
| String | getEndArrow() |
| Point | getEndInclination() |
| String | getStartArrow() |
| Point | getStartInclination() |
| void | setEndArrow(String endArrow) |
| void | setEndInclination(Point endInclination) |
| void | setStartArrow(String startArrow) |
| void | setStartInclination(Point startInclination) |