| [news.eclipse.modeling.gmf] Re: SlidableAnchor and custom polygon as NodeFigure |
I have same problem, i would like to define an anchor that follows the outline of my figure. It's a composite figure (a polygon followed by a circle)
Looks like you have to either override NodeFigure.createDefaultAnchor() method or put proper connection anchor into HashMap returned by NodeFigure.getConnectionAnchors() method.