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.
Use JFreeChart as a Bean to Create Graph Gifs.
RE: Use JFreeChart as a Bean to Create Graph Gifs.
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.
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.