Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Rectilinear edges and collision avoidance? (Read 3098 times)
Saeven
YaBB Newbies
*
Offline


Developer

Posts: 6
Joined: Jan 2nd, 2008
Rectilinear edges and collision avoidance?
Jan 2nd, 2008 at 4:34pm
Print Post  
Hi guys,

Nice to have found this component!  If everything works out, it'll be a great tool for some of our developmental ideas.

I've downloaded the trial, and have gotten things working pretty quickly.  I'd like to clean up the view however...

Is it possible to instruct the system to create rectilinear lines, and also, is there some type of collision avoidance logic in place?  Right now, edges simply are drawn over nodes, and this looks kinda dirty.

Cheers.
Alex
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Rectilinear edges and collision avoidance?
Reply #1 - Jan 2nd, 2008 at 5:15pm
Print Post  
Hi,

Before creating any Arrow objects, call

FlowChart.setArrowStyle(ArrowStyle.Cascading);
FlowChart.setRouteArrows(true);

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Saeven
YaBB Newbies
*
Offline


Developer

Posts: 6
Joined: Jan 2nd, 2008
Re: Rectilinear edges and collision avoidance?
Reply #2 - Jan 2nd, 2008 at 5:47pm
Print Post  
Thanks for the reply, that solves one question, onto the next! Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint