Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Treelayout (multi root / child with several paren) (Read 2995 times)
dku
YaBB Newbies
*
Offline



Posts: 41
Joined: Jun 5th, 2008
Treelayout (multi root / child with several paren)
Jun 12th, 2008 at 7:42am
Print Post  
Hello,
I've to layout a diagram that is not really a tree  Smiley

1) I can have several root nodes - Do I have to handle this by hand, meaning making the layout on first root node and performing a second layout on second root node (fixing its position). Any other idea ? Or may I perform the layout tree without root.

2) A child node can have several parent nodes (I know, not really a tree ...) Bad handled ... The second parent is not layouted and the link is drawn in a strange manner.

Thanks for any hints
« Last Edit: Jun 12th, 2008 at 9:07am by dku »  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Treelayout (multi root)
Reply #1 - Jun 12th, 2008 at 9:09am
Print Post  
Hi,

Try another layout class. All of them except TreeLayout can be used with any type of graphs. The LayeredLayout results usually look similar to TreeLayout.

Stoyan
  
Back to top
 
IP Logged
 
dku
YaBB Newbies
*
Offline



Posts: 41
Joined: Jun 5th, 2008
Re: Treelayout (multi root / child with several pa
Reply #2 - Jun 12th, 2008 at 3:04pm
Print Post  
Thanks, it works.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint