freemind.modes

Interface MindMapLine

public interface MindMapLine extends Cloneable

Method Summary
Objectclone()
ColorgetColor()
StrokegetStroke()
StringgetStyle()
intgetWidth()
voidsetTarget(MindMapNode node)
The node to which this line is associated.
StringtoString()

Method Detail

clone

public Object clone()

getColor

public Color getColor()

getStroke

public Stroke getStroke()

getStyle

public String getStyle()

getWidth

public int getWidth()

setTarget

public void setTarget(MindMapNode node)
The node to which this line is associated.

toString

public String toString()