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.
在 GEF 中,我想创建形状为菱形的图形,并且我想为图形的每个顶点添加标签,并为每个顶点添加一些文本。我该怎么做?
实现一个由 5 个元素组成的图形:四个标签和一个菱形图形。使用标准 draw2d 约束将每个图形放置在父图形内。Shape通过扩展类,菱形图形本身很容易实现。你可以看到我是如何为三角形做到这一点的。如果您需要更深入的 draw2d 知识,请查看本教程。
Shape