本文介绍了用于创建 UML 图的 Java API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有任何 Java API(开源)可用于绘制/创建 UML 图.
Is there any Java API (Opensource) that can be used in drawing/creating UML diagrams.
JFreeChart 是用于绘制图表/条形图/图形的 Java API,类似地,是否有使用 Java 绘制 UML 图的工具?
JFreeChart is a Java API to draw charts/bars/graphs, similarly is there any tool to draw UML diagrams using Java ?
推荐答案
也许不是专门针对 UML 图,但我一直在使用 JUNG 来创建层次图,我很满意.看看他们拥有的示例,看看它是否对您有用.
Perhaps not specifically for UML diagrams but I have been using JUNG to create hierarchical graphs and am very happy with it. Take a look at the examples they have and see if it's useful for you.
这篇关于用于创建 UML 图的 Java API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!