Search found 3 matches

by seh4nc
Tue Sep 02, 2008 12:57 am
Forum: JFreeChart
Topic: DateRange immutable?
Replies: 9
Views: 8585

Sounds like an excellent solution. Thanks Dave!
by seh4nc
Fri Aug 22, 2008 5:20 pm
Forum: JFreeChart
Topic: DateRange immutable?
Replies: 9
Views: 8585

The new DateRange resulting from this change (r1081) causes my application to spend a large amount of time and memory creating new Date objects from inside the DateAxis.valueToJava2D() method. Can we rethink this change? I understand java.util.Date is not immutable but a lot of interfaces return (no...
by seh4nc
Thu Jan 03, 2008 3:49 am
Forum: JFreeChart
Topic: [regression] CombinedDomainXYPlot repaints too often
Replies: 2
Views: 2640

[regression] CombinedDomainXYPlot repaints too often

My CombinedDomainXYPlot seemed to be repainting too often after I upgraded from 1.0.3 to 1.0.8a. I tracked it down to a new 'notifyListeners' call and have fixed the problem by overriding these methods of XYPlot (pls consider putting the equality check in the base methods): public void setFixedDomai...