2

Wanted to generate a UI diagram (with nice layout) depicting relationships amongst network components. Which is the best Java based API to do such layouts with minimum fuss and light codebase.

gnlogic
  • 1,034
  • 2
  • 9
  • 14
  • It's not quite clear what you're looking for. Do you want to generate diagrams from existing source, do you want a GUI to diagram relationships as part of your design process, or do you want to programmatically generate diagrams using a Java API? – Sam Martin Oct 30 '08 at 15:29

3 Answers3

2

yWorks. http://www.yworks.com/en/index.html

Javamann
  • 2,882
  • 2
  • 25
  • 22
1

If you're logging for a Java API that can do layouts (e.g. arrange boxes in a hierarchical fashion without overlap), check out JGraph.

Dónal
  • 185,044
  • 174
  • 569
  • 824
0

Any uml tool should do the work

Take a look at UMLet or NetBeans as UML editors made in Java.

(BTW, Visio Is usually the standard tool for that job)

Frederic Morin
  • 8,733
  • 4
  • 28
  • 27