Home for SWT JFreeChart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
IanMayo
Posts: 9
Joined: Mon Oct 31, 2005 10:15 am
Location: UK

Home for SWT JFreeChart?

Post by IanMayo » Mon Oct 31, 2005 10:21 am

Hi all,
I'm updating a Swing application (www.debrief.info) to Eclipse. The application makes a lot of usage of interactive Time-Variable plots via JFreeChart.

I'm aware of the SWT_AWT wrapper available but I don't expect it to support the interactive (zoom/pan) features of JFreeChart as well as I'd like. I'm considering approaching somebody with more free time than me to rewrite the component in SWT (via Rentacoder or similar).

Has anybody already attempted this conversion? If not, can anybody provide me with a broad estimate of programmer time required to perform the conversion (I've got my own idea, I'd be interested in other opinions).

Lastly, would JFree be interested in taking ownership of the completed library?

Cheers,
Ian.

silent
Posts: 50
Joined: Wed Mar 16, 2005 2:55 pm
Location: Korea
Contact:

Post by silent » Mon Oct 31, 2005 12:10 pm

I want to do it. but, It's too difficult to convert it to me.

There is RChart for SWT.
http://www.java4less.com/charts/chart.php
Tokdo belongs to Korea.

Not a 'sea of japan', But a 'East Sea(Dong hae)'

IanMayo
Posts: 9
Joined: Mon Oct 31, 2005 10:15 am
Location: UK

Good advice

Post by IanMayo » Mon Oct 31, 2005 12:26 pm

Thanks for that, "silent".

At first your recommendation didn't seem an option - since the target application is an open-source app for which no licensing costs are required.

On reflection though, the "unlimited distribution" cost is less than I'd expect SWT-JFreeChart to cost, and it may be an option.

I'll save RChart as a "fallback" option.

Cheers,
Ian.

Gollum

Post by Gollum » Mon Nov 21, 2005 5:37 pm

There is another option you can try, I'm currently investigating this. It is open source. http://www.eclipse.org/birt

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Home for SWT JFreeChart?

Post by david.gilbert » Mon Nov 21, 2005 5:52 pm

IanMayo wrote:Has anybody already attempted this conversion? If not, can anybody provide me with a broad estimate of programmer time required to perform the conversion (I've got my own idea, I'd be interested in other opinions).
I don't know enough about SWT to give an opinion on how much effort this would be.
IanMayo wrote:Lastly, would JFree be interested in taking ownership of the completed library?
Yes. If there is someone who wants fame and fortune (well, fame anyway) and is willing to maintain the library in parallel with JFreeChart on Java2D then that would be ideal. I'd love to do it myself, but I'm already spread too thin.

I read somewhere that SWT is using Cairo for its vector graphics library - can anyone comment on that? I'd like to know more about that, for sure.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked