用户登录
用户注册

分享至

带有 SWT 的 JFreeChart

  • 作者: 夜猫c
  • 来源: 51数据库
  • 2022-10-20

问题描述

我正在为 Eclipse 开发一个插件并扩展 org.eclipse.ui.views 扩展点.我想使用 JFreeChart 在 Eclipse 视图中绘制一些图形.是否可以在 Eclipse 视图中将 JFreeChart 与 SWT 一起使用?

解决方案

是的,这是可能的.

I'm developping a plugin for eclipse and extending the org.eclipse.ui.views extension point. I want to use JFreeChart for drawing some graphics in eclipse view. Is it possible to use JFreeChart with SWT in eclipse view ?

解决方案

Yes it is possible. The Eclipse-CS plugin does this if you want to see how it works.

Here is an example screen shot:

软件
前端设计
程序设计
Java相关