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
基础教程推荐
- 从 python 访问 JVM 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 大摇大摆的枚举 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 多个组件的复杂布局 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
