Use JFreeChart as a Bean to Create Graph Gifs.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jason Clark

Use JFreeChart as a Bean to Create Graph Gifs.

Post by Jason Clark » Tue Jan 15, 2002 2:13 pm

Use JFreeChart as a Bean to Create Graph Gifs.
Is this Possible?

Also Is there a problem at the moment, I can't seem to download anything on the site?
Regards,
Jason.

David Gilbert

RE: Use JFreeChart as a Bean to Create Graph Gifs.

Post by David Gilbert » Tue Jan 15, 2002 6:09 pm

Hi Jason,

JFreeChart isn't a true JavaBean, if that's what you are used to working with. But don't let that stop you using JFreeChart...

Yes you can create GIFs. I prefer PNG format image files, and there is code in the library and demo application that shows you how to create these using an open source PNG encoder. To create GIFs you will need to find a GIF encoder from somewhere. I think because of licensing issues there are no free GIF encoders around...

The FTP on the website has finally been fixed. The web hosting company I use have not been very responsive on this issue. Change is on the way...

Regards,

DG.

Locked