freemind.modes
public abstract class LinkAdapter extends LineAdapter implements MindMapLink
Constructor Summary | |
---|---|
LinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame) | |
protected | LinkAdapter(MindMapNode source, MindMapNode target, FreeMindMain frame, String standardColorPropertyString, String standardStylePropertyString) For derived classes. |
Method Summary | |
---|---|
String | getDestinationLabel() |
String | getReferenceText() |
MindMapNode | getSource() |
void | setDestinationLabel(String destinationLabel) |
void | setReferenceText(String referenceText) |
void | setSource(MindMapNode source) |