我需要开发一些带有图形实体的画布窗口。 我想知道java中有类似Tkzinc的库吗?
http://www.tkzinc.org/tkzinc/index.php
I need to develop some canvas window with graphical entities. I want to know is there library similar to Tkzinc in java?
我以前使用过 Eclipse GEF,但它是构建在 SWT 画布之上的,而不是 Swing。我不确定这是否符合您的需求。
它允许您构建一个面向对象的图形模型,该模型可以响应事件并可以移动等。
底层绘图框架是 Draw2D 如果您不需要完整的 MVC 框架来编辑模型,它本身可能很有用。
I've used Eclipse GEF before, but that is built on top of an SWT canvas, not Swing. I'm not sure if that's compatible with what you need.
It allows you to build an object-oriented graphical model which responds to events and can be moved around, etc.
The underlying drawing framework is Draw2D which might be useful on its own if you don't want a full MVC framework for editing a model.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
我以前使用过 Eclipse GEF,但它是构建在 SWT 画布之上的,而不是 Swing。我不确定这是否符合您的需求。
它允许您构建一个面向对象的图形模型,该模型可以响应事件并可以移动等。
底层绘图框架是 Draw2D 如果您不需要完整的 MVC 框架来编辑模型,它本身可能很有用。
I've used Eclipse GEF before, but that is built on top of an SWT canvas, not Swing. I'm not sure if that's compatible with what you need.
It allows you to build an object-oriented graphical model which responds to events and can be moved around, etc.
The underlying drawing framework is Draw2D which might be useful on its own if you don't want a full MVC framework for editing a model.