AbstractDataSource

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

AbstractDataSource

Post by David Proehl » Mon Jun 03, 2002 3:25 pm

I am upgrading some graphs that were running on JFreeChart 5.2 to 8.1. One of the classes created for my graphs extends the AbstractDataSource class which appears to no longer be present in 8.1. Does anyone know if there an easy way to get the same functionality in the new version without major code revisions?

Thanks!

David

David Gilbert

Re: AbstractDataSource

Post by David Gilbert » Mon Jun 03, 2002 4:22 pm

Hi David,

All the XXXDataSource classes have had name changes to XXXDataset. You will find other things that have changed also, in the name of progress. I plan to freeze the API when we get to version 1.0.0.

Regards,

DG

David Proehl

Re: AbstractDataSource

Post by David Proehl » Mon Jun 03, 2002 5:39 pm

Thanks David! I greatly appreciate the help!

Locked