如何使用SmartGWT 2.2绘制流程图?
我正在使用 SmartGWT 2.2 和 Mozilla FF 3.6.x。
我需要使用 smart gwt 创建一个应用程序。 该应用程序应该能够制作流程图和图表。 图表将包含圆形、矩形、箭头等。 通过使用此图,可以绘制流程图和其他结构。
smart gwt 是否有任何支持或 API 可用于此目的?
提前致谢。
I'm using SmartGWT 2.2 with Mozilla FF 3.6.x.
I need to create an application using smart gwt.
This application should be capable of making flow charts and diagram.
Diagrams will contain circle, rectangle, arrow etc.
By using this diagram One can Draw flow charts and other structures.
Is there any support or API available in smart gwt for this purpose?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定 Smartgwt 的其他小部件支持库,但即使在具有动画支持(拖放)的 Smartgwt 中,您也可以实现流程图的实现或流程图的设计。对于形状,您可以使用各种图像或标签/html 面板(请参阅 http://www.smartclient。 com/smartgwt/showcase/#effects_lf_corners)。您还可以通过使用某些事件来支持向这些形状/图像动态添加文本。
I am not sure about library for additional widgets support for Smartgwt, but you can achevie the implementation of flowchart or designing of flowchart even in Smartgwt with animation support (drag & drop). For shapes you can use various images or label / html panel (refer http://www.smartclient.com/smartgwt/showcase/#effects_lf_corners). You can support dynamically adding text to these shapes/images also by using some events.