I'm using a CircleLayout for my graph using Jung2. I overrode the initiate()
method so that the vertices are drawn on a certain position in the circle depending on its id. This means that vertices are spread irregular on the circle.
Now I have a problem: because of how the edges are painted, the graph doesn't look like a circle anymore.
is there a way to make the edges look like a circle again?