Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic network diagram (Read 2370 times)
superNova
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 23
Joined: Aug 5th, 2011
network diagram
Aug 25th, 2011 at 6:26am
Print Post  
Can i able to create network Diagram of management System.To create  a Network Diagram  through code , & so what data i need to create a network diagram. but for more detail i want to know can i create network diagram through coding features or via its only painting feature.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: network diagram
Reply #1 - Aug 25th, 2011 at 7:42am
Print Post  
You can create it by calling the diagram.getFactory().createShapeNode() method for each node in the system, and Factory.createDiagramLink() for each link. Then apply some of the automatic layout algorithms, e.g. try LayeredLayout or AnnealLayout.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint