JFreeChart with SWT(带有 SWT 的 JFreeChart)
问题描述
我正在为 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:
这篇关于带有 SWT 的 JFreeChart的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:带有 SWT 的 JFreeChart
基础教程推荐
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
