[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: SlidableAnchor and custom polygon as NodeFigure

Hi,

You need to override more than just getConnectionAnchor() method on the NodeFigure. #getConnectionAnchorTerminal(ConnectionAnchor) should be overriden too, so you have keys for the hashtable. Perhaps, other anchro related methods should be overriden too, but that depends on what you're doing.

Cheers,
Alex