I have started to work with GEF for one month and I try to understand GEF
mechanisms thanks to tutorials (eclipscon) and examples (GEF logic
example).
I have started a small project to understand by practicing and now I would
like to manage ConnectionAnchors but I do not understand everything about
this :
ConnectionAnchors calculate the location of an "anchor" Point but where
this point is stored ?
I mean, do ConnectionAnchors keep this Point or not ? should I declare as
many ConnectionAnchors as connection Point I want on my Figure or should I
declare only one ConnectionAnchor which is called to give (to which Object
?) the Location of the "anchor" Point ?
As you can see, it is not very clear for me but I hope my questions can be
understood.