Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JFreeChart with 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 ?

like image 461
penguru Avatar asked Sep 30 '09 16:09

penguru


1 Answers

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

Here is an example screen shot:

Eclipse CS screenshot

like image 188
Rich Seller Avatar answered Sep 19 '22 13:09

Rich Seller