[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] clipping problem

I have a polygon that is added the main figure.
I want to allow users to edit it by dragging the corners.

This all works, but to assist the user I want to draw circels around the
corners.
So I add circels (an ellipse figure) for each cornerpoint. these ellipses
are added to the polygon object. (I've subclassed the polygon class, to
implement this dragging and resizing).

But since the ellipses are childeren of the polygon object, they are all
clipped (partially shown) at thej bounds of the polygon. How can I solve
this problem in a simple way.

Thanks in advance