I have 0.9.4 in some application that I want to move to 0.9.5. You pointet out, that there are major changes in 0.9.5 and I get - as expected - tons of compilation errors. Do you have something like a summarized migration guide or maybe some wrapper classes?
Wrappers have the advantage, that programs, written for 0.9.4 compile by just changing the includes and new programs can be written to use the 0.9.5-features.
Thanks and best regards,
peter
Migration from 0.9.4 to 0.9.5
Re: Migration from 0.9.4 to 0.9.5
Hi Peter,
Unfortunately time constraints meant that I didn't write up the changes from 0.9.4 to 0.9.5.
Some of the changes are just classes moving packages, like the axes moved into com.jrefinery.chart.axis and the plots moved into com.jrefinery.chart.plot.
Other changes are more significant...like the setSeriesPaint/Stroke/OutlinePaint/OutlineStroke(...) methods moving out of the plot classes and into the renderer classes. The way these methods work has changed because of the introduction of secondary axes and datasets.
If you are getting a compile error that you don't understand, post it here and I'll try to help.
Regards,
Dave Gilbert
Unfortunately time constraints meant that I didn't write up the changes from 0.9.4 to 0.9.5.
Some of the changes are just classes moving packages, like the axes moved into com.jrefinery.chart.axis and the plots moved into com.jrefinery.chart.plot.
Other changes are more significant...like the setSeriesPaint/Stroke/OutlinePaint/OutlineStroke(...) methods moving out of the plot classes and into the renderer classes. The way these methods work has changed because of the introduction of secondary axes and datasets.
If you are getting a compile error that you don't understand, post it here and I'll try to help.
Regards,
Dave Gilbert
Re: Migration from 0.9.4 to 0.9.5
OK, I'll use v0.9.4 for the moment (which works great) and rewrite the code as soon as I've a few minutes.
Thanks + best regards, Peter
Thanks + best regards, Peter