freemind.modes
public abstract class LineAdapter extends Object implements MindMapLine
Field Summary | |
---|---|
protected Color | color |
static int | DEFAULT_WIDTH |
protected FreeMindMain | frame |
protected int | NORMAL_WIDTH |
protected String | standardColorPropertyString |
protected String | standardStylePropertyString |
protected Stroke | stroke |
protected String | style |
protected MindMapNode | target |
protected int | width |
Constructor Summary | |
---|---|
LineAdapter(MindMapNode target, FreeMindMain frame, String standardColorPropertyString, String standardStylePropertyString) |
Method Summary | |
---|---|
Object | clone() |
Color | getColor() |
FreeMindMain | getFrame() |
Stroke | getStroke() |
String | getStyle() |
MindMapNode | getTarget() I see no reason to hide the node, the line belongs to, to the public, but... fc. |
int | getWidth() |
void | setColor(Color color) |
void | setStyle(String style) |
void | setTarget(MindMapNode target) |
void | setWidth(int width) |
String | toString() |