[jgrapht-users] Displaying multiple edges between two vertices
Brought to you by:
barak_naveh,
perfecthash
From: ThatGuy <sch...@gm...> - 2013-04-07 14:36:15
|
Hi, i'm working on a problem that requires me to have at least two edges between most of the vertices (one forward, one backward). To keep track if the algorithms are working, i view them via a JFrame. Right now i've positioned the vertices by hand via a function, but that's kind of annoying to do as the graph grows. The edges and their labels are also on top of each other, so you can't really read them. Is there a way to automatically space out the vertices, edges and the labels on the edges? I know that the JUNG framework has Layouts that automatically position the graph in a circle and makes sure that the edges aren't on top of each other. Is there something similar available? -- View this message in context: http://jgrapht-users.107614.n3.nabble.com/Displaying-multiple-edges-between-two-vertices-tp4024791.html Sent from the jgrapht-users mailing list archive at Nabble.com. |