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.
假设我有这样的图表:
假设我也有对(对象)单元格 573 的引用。有没有办法可以在图表中获得对其父单元格(对象)单元格 792 的引用?似乎无法在 api 中找到答案。我对 JGraphX 还是很陌生。
我找到了一种似乎效果很好的方法:当我从 Java 数据结构(以树的形式)绘制图表时,我将 Java 数据结构中的每个元素及其对应对象的键值对存储在 hashmap 键值对中在 jgraph 中。这样我就可以轻松地为我的数据结构树中的任何节点获取相应的 jgraphx 单元格。