freemind.view.mindmapview

Class BezierEdgeView


public class BezierEdgeView
extends EdgeView

This class represents a single Edge of a MindMap.

Field Summary

Fields inherited from class freemind.view.mindmapview.EdgeView

end, source, start, target

Constructor Summary

BezierEdgeView(NodeView source, NodeView target)

Method Summary

Color
getColor()
void
paint(Graphics2D g)
void
update()
This should be a task of MindMapLayout start,end must be initialized...

Methods inherited from class freemind.view.mindmapview.EdgeView

getColor, getLabel, getMap, getModel, getNodeShift, getRealWidth, getSourceShift, getStroke, getTargetShift, getWidth, isAntialiasAll, isAntialiasEdges, paint, setRendering, update

Constructor Details

BezierEdgeView

public BezierEdgeView(NodeView source,
                      NodeView target)

Method Details

getColor

public Color getColor()
Overrides:
getColor in interface EdgeView

paint

public void paint(Graphics2D g)
Overrides:
paint in interface EdgeView

update

public void update()
This should be a task of MindMapLayout start,end must be initialized...
Overrides:
update in interface EdgeView