unknowIfGuestInDream / tlstudio

Currently includes SWT examples, and will support jface and other examples in the future
Eclipse Public License 2.0
1 stars 0 forks source link

[Feature Request] draw2d #10

Open unknowIfGuestInDream opened 5 months ago

unknowIfGuestInDream commented 5 months ago

Checklist

Describe the feature

https://blog.csdn.net/ioriogami/article/details/1366215?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-3-1366215-blog-84217975.235%5Ev43%5Epc_blog_bottom_relevance_base9&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-3-1366215-blog-84217975.235%5Ev43%5Epc_blog_bottom_relevance_base9&utm_relevant_index=6

Additional context

http://blog.itpub.net/374079/viewspace-130957/

boring-cyborg[bot] commented 5 months ago

Thanks for opening your first issue here! Be sure to follow the issue template!

unknowIfGuestInDream commented 5 months ago

https://www.cnblogs.com/bjzhanghao/archive/2005/02/09/103595.html

[Eclipse]GEF入门系列(一、Draw2D) - 八进制 - 博客园
鸡年第一天,首先向大家拜个年,恭祝新春快乐,万事如意。一年之计在于春,你对新的一年有什么安排呢?好的,下面还是进入正题吧。 关于Java2D相信大家都不会陌生,它是基于AWT/Swing的二维图形处理包, JDK附带的示例程序向我们展示了Java2D十分强大的图形处理能力。在Draw2D出现以前,
unknowIfGuestInDream commented 5 months ago

https://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2d.html

Displaying a UML Diagram with Draw2D
unknowIfGuestInDream commented 3 weeks ago

https://blog.csdn.net/ioriogami/article/details/1366382

Draw2D教程(二)_draw two(draw2)-CSDN博客
文章浏览阅读7.8k次。2、Draw2d Figures 构建一个Draw2d GUI需要写很多代码。但是,区别于 SWT/JFace的GUI元素,Draw2d的组件支持移动以及其他各种操作,这些组件都是Figure的子类实例。Figure的这些子类构成Draw2d GUI的可视部分。图C.3列出了其中的一部分子类,它们都是很重要的。 图C.3列出的子类普遍应用于我们的flowchart中,尤其是那些和Con_draw two(draw2)