| [news.eclipse.tools] draw2d connection bends |
Hi,
I'm trying to draw a diagram with draw2d using RectangleFigure for objects
and PolylineConnection (pc) to show connections. It works until I try to
insert
bends into the connnections by using PointList (pl), e.g with
pl.addPoint(new Point( 100, 10) )
and
pc.setPoints(pl) .
The bends are never shown. Can anybody give me a hint what goes wrong?
Thanks in advance,
Kalle