本文介绍了Java / Netbeans中的图形控件?它存在吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有人可以链接到图形类/库,我可以使用它来生成Java图形?



感谢您的帮助! p>

解决方案

我最喜欢的选择是JGraph,正如其他人所建议的;我正在使用,因为它比较新的备选方案有更好的记录,。编辑:JGraphX原来是最优秀的版本,尽管缺乏文档。这不是很难弄清楚。



JGraph









其他选择我研究过:JGraphT是一个免费的Java图形库,提供了数学图论对象和算法...包含完整的源代码,根据GNU宽通用公共许可条款。 ()








JUNG - Java通用网络/图形框架





yEd图形编辑器




  • 实施


  • 将图表保存为格式

  • ul>

    Is it possible that anyone has a link to a graph class/library that I can use to produce a graph in Java?

    Thanks for any help!

    解决方案

    My top choice would be JGraph as others have suggested; I am using JGraph5 because it is better documented than the newer alternative, JGraphX. EDIT: JGraphX turns out to be the far superior version, despite the lack of documentation. It's not that hard to figure out.

    JGraph

    Other alternatives I've researched:

    JGraphT

    "JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms...complete source code included, under the terms of the GNU Lesser General Public License." (http://jgrapht.sourceforge.net/)

    JUNG - Java Universal Network/Graph Framework

    Main project repository

    yEd Graph Editor

    这篇关于Java / Netbeans中的图形控件?它存在吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 11:07