Visualizing networks in GWT [closed]

与世无争的帅哥 提交于 2020-01-15 12:35:10

问题


I'd like to integrate network visualization into my GWT app.

I was thinking of using JUNG (check out this question) or neato to do the layout work and GWT-Graphics to do the drawing. It's also possible to combine GWT-Graphics with Processing and use a Processing library for networks. What would you suggest?

EDIT: The GWT Google Group suggests using a JSNI wrapper around jit (JavaScript InfoVis Toolkit). There's also a project called raphaelgwt that serves as a wrapper for RaphaelJs (it does cross-platform vector graphics).


回答1:


If you'd like to chat about providing GWT support to JUNG, drop me a line. It's been proposed in the past but we don't have the time to do it ourselves soon.



来源:https://stackoverflow.com/questions/4952504/visualizing-networks-in-gwt

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