Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to avoid overlapping with ManhattanConnectionRouter
How to avoid overlapping with ManhattanConnectionRouter [message #222313] Wed, 30 August 2006 15:20 Go to next message
Eclipse UserFriend
Originally posted by: tobias.brueggendick.prostep.com

Hello Experts,

how can i avoid the overlapping with connections and objects when i use the
ManhattanConnectionRouter? I've searched in the web but until now i 'ved
found nothing.

Best Regards
Tobias
Re: How to avoid overlapping with ManhattanConnectionRouter [message #222355 is a reply to message #222313] Thu, 31 August 2006 02:10 Go to previous message
Sebu Thomas is currently offline Sebu ThomasFriend
Messages: 12
Registered: July 2009
Junior Member
Tobias Brüggendick wrote:
> Hello Experts,
>
> how can i avoid the overlapping with connections and objects when i use the
> ManhattanConnectionRouter? I've searched in the web but until now i 'ved
> found nothing.
>
> Best Regards
> Tobias
>
>
If I understand correctly, you want the connection to avoid overlapping
nodes. This is not possible with ManhattanConnectionRouter. The router
that gives this functionality is ShortestPathConnectionRouter, but then
of course you sacrifice orthogonal routing.

You can order your layers so that connection layer comes beneath the
nodes layer, so that connections do not lie on top of nodes, but pass
underneath them.

Or you can write an orthogonal router that will also avoid obstacles :)

Sebu.
Previous Topic:Uncorrect parent-child relationship in editpart hierarchy
Next Topic:Moving Anchor
Goto Forum:
  


Current Time: Fri Apr 19 04:15:08 GMT 2024

Powered by FUDForum. Page generated in 0.01531 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top