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.
有没有办法在 Zest (Eclipse) 中获取图形的布局坐标(节点、线、弯曲点)?我尝试了几种方法,使用与 Zest 一起打包的 Draw2D,但我不知道如何使 Zest 对象成为 Draw2D 图形的实例。
这甚至可能吗?
看看这些文件中的代码:
org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java