From: Cyril A. <cyr...@gm...> - 2012-10-23 18:25:16
|
I'd like yo know if it's possible to set a defined length for edges, and update it programmatically // add the vertices g.addVertex(amazon); g.addVertex(yahoo); g.addVertex(ebay); // add edges to create linking structure g.addEdge(yahoo, amazon); g.addEdge(yahoo, ebay); for example above, set a third argument to specify the edge length Thx |