| Author |
Graph node's overlapping.
|
Andrei Antonescu
Ranch Hand
Joined: Jul 08, 2010
Posts: 75
|
|
Hello all,
I hava a Java based app. I am trying to draw a graph. The question is how can I do that so that the nodes won't overlap ?
Is there any Java API/Algorithm to do that ? It doesn't really matter what technology (Open Layers etc.) I am using to draw the graph. I am open to suggestions (web based apps or desktop-based apps are ok).
Thanks
|
 |
Stephan Mueller
Ranch Hand
Joined: May 05, 2010
Posts: 49
|
|
|
Whats wrong with the results from google? I don't have experience with Graphs in Java, but http://lmgtfy.com/?q=java+graph+library gives enough results for a start, no?
|
1. Make it run - 2. Make it run correctly - 3. Make it pretty OR fast/small - 4. ??? - 5. Profit
|
 |
 |
|
|
subject: Graph node's overlapping.
|
|
|