本文介绍了Java图形库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我一直在这里寻找任何引用图表的可视化表示的Java库,但我只找到直方图,饼图和其他库。
我正在寻找一个图形库,那些顶点,节点和所有这些。
任何人都可以推荐任何东西?
I've been looking around here for any reference to a java library for visual representation of graphs but I only find libraries for histograms, pie charts, and others.I'm looking for a library for graphs, the ones with vertex, nodes and all that.Anyone could recomend any?
解决方案
I would go with JUNG java graph library. It has not only vertex and nodes, but also most common algorithms implemented like shortest path algorithms or algorithms for calculating graph properties - metrics like clustering coefficient, degree distribution. Its community is active and well responsive to question on user mail list.
这篇关于Java图形库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!