| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectfreemind.modes.LineAdapterfreemind.modes.LinkAdapterfreemind.modes.ArrowLinkAdapterField Summary | |
protected String | |
protected Point |
|
protected String | |
protected Point |
|
Fields inherited from class freemind.modes.LineAdapter | |
DEFAULT_WIDTH, NORMAL_WIDTH, color, frame, standardColorPropertyString, standardStylePropertyString, stroke, style, target, width | |
Constructor Summary | |
| |
Method Summary | |
Object |
|
String | |
Point | |
String | |
Point | |
void |
|
void |
|
void |
|
void |
|
Methods inherited from class freemind.modes.LinkAdapter | |
getDestinationLabel, getReferenceText, getSource, setDestinationLabel, setReferenceText, setSource | |
Methods inherited from class freemind.modes.LineAdapter | |
clone, getColor, getFrame, getStroke, getStyle, getTarget, getWidth, setColor, setStyle, setTarget, setWidth, toString | |
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;
public Object clone()
- Specified by:
- clone in interface MindMapLine
- Overrides:
- clone in interface LineAdapter
public Point getEndInclination()
- Specified by:
- getEndInclination in interface MindMapArrowLink
public Point getStartInclination()
- Specified by:
- getStartInclination in interface MindMapArrowLink
public void setEndArrow(String endArrow)
public void setEndInclination(Point endInclination)
public void setStartArrow(String startArrow)
public void setStartInclination(Point startInclination)