Java Library to generate interactive Graph

余生长醉 提交于 2019-12-09 12:35:43

问题


i want to visualize our SOA services as graph. we have business services and domain services.

                        -> domain service 1
e.g. business service 1 -> domain service 2
                        -> domain service 3

i currently use graphviz/dot to generate the graph - all good so far. the graph is quite big. now i am looking for a tool that allows me to genereate "interactive" graphs where i can click on a node (a business service) and it will be centered into the view and all its dependencies (other nodes) are aligned around it.

is there any library that can do that? i already looked at "JUNG" and did't find an example that achieves this.

looking forward to your replies

marcel ps: if there are non java tools i would also be interested


回答1:


In Java

  • Netbeans Visual library
  • Prefuse

Javascript:

  • D3
  • Protovis (Predecessor to D3)
  • JavaScript Infovis toolkit

Flash

  • Flare


来源:https://stackoverflow.com/questions/10513824/java-library-to-generate-interactive-graph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!