Re: [jgrapht-users] jgrapht layout algorithm?
Brought to you by:
barak_naveh,
perfecthash
From: John V. S. <js...@gm...> - 2008-02-13 23:56:24
|
The layout algorithms in the JGraph addons package worked in the past; I'm not sure about the current state since JGraph commercialized it. Looks like there's an O'Reilly book based on an old version of JGraphT: http://safari.oreilly.com/1593270615/ns1593270615-CHP-6-SECT-4 JVS hu...@gm... wrote: > hi, > > Im using your graph library which is great but is there any layout > generator included? > > Because it seems when I create my graph with addVertex and addEdge, > all the nodes appear on top of each other. > > Of course I could position them manually by modifying the vertex's > attributes, but that would require crazy amount of work for huge graph > of let say 25+ nodes. > > So is there any layout generators (like yfiles from yworks) included > or do you know any that's easily includable? > > Thanks > |