|
From: SourceForge.net <no...@so...> - 2007-12-18 20:04:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4681580 By: e-flat Adam: There's a JUNG 1.x sample that does precisely what you want (SimpleGraphDraw) that we apparently haven't migrated over to JUNG 2.0 that you can find here: http://jung.cvs.sourceforge.net/jung/jung/src/samples/graph/SimpleGraphDraw.java ?revision=1.9&view=markup Looks like porting it should be trivial; I believe that the only change that you'd have to make is that you'd have to either supply vertex and edge Factories (and a Graph instance or Factory) to the PajekNetReader.load() call, or you could build a graph "by hand" as in Greg's example. Joshua ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=252062 |