Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个类似于下图的“关系”图。我希望能够:
我目前使用 jFreeChart 并且很想这样做。
我不认为 JFreeChart 是您正在寻找的解决方案。如果您想使用 java 库或GraphViz及其 java 端口Grappa ,请查看JUNG。
其中,根据我的经验,JUNG 是您需要的解决方案。