After I do the layout in my jgraphx based application the graph looks nice without having edges and vertices overlapped.
However, when I move the vertex to new position, the edge start to overlap other vertices and edges.
What can be done to avoid such behavior? Is there some property to define in order to avoid overlapping?
The tools like Visio, after you move vertex, they reorganizing edges so nothing is overlapped. I would expect such behavior to be implemented by jgraphx?
Thanks for any help or hint!