freemind.modes

Class EdgeAdapter

public abstract class EdgeAdapter extends LineAdapter implements MindMapEdge

Field Summary
static intWIDTH_PARENT
static intWIDTH_THIN
Constructor Summary
EdgeAdapter(MindMapNode target, FreeMindMain frame)
protected EdgeAdapter(MindMapNode target, FreeMindMain frame, String standardColorPropertyString, String standardStylePropertyString)
For derived classes.
Method Summary
ColorgetColor()
StrokegetStroke()
StringgetStyle()
intgetWidth()
voidsetWidth(int width)

Field Detail

WIDTH_PARENT

public static final int WIDTH_PARENT

WIDTH_THIN

public static final int WIDTH_THIN

Constructor Detail

EdgeAdapter

public EdgeAdapter(MindMapNode target, FreeMindMain frame)

EdgeAdapter

protected EdgeAdapter(MindMapNode target, FreeMindMain frame, String standardColorPropertyString, String standardStylePropertyString)
For derived classes.

Method Detail

getColor

public Color getColor()

getStroke

public Stroke getStroke()

getStyle

public String getStyle()

getWidth

public int getWidth()

setWidth

public void setWidth(int width)