Search found 2 matches

by carolingian
Fri Jul 11, 2003 9:33 am
Forum: JFreeChart
Topic: can't find quarter of an hour?
Replies: 0
Views: 1506

can't find quarter of an hour?

I found that TimePeriod is very useful,such as Day,Month,Hour,Minute. With TimePeriod, I found a convenience way to display date in domain axis. However, I couldn't find a TimePeriod which represent quarter of an hour and the Quarter TimePeriod delegated quarter of a year. I wrote a class named MinQ...
by carolingian
Tue Jul 08, 2003 8:54 am
Forum: JFreeChart
Topic: problem with serialization
Replies: 3
Views: 3926

problem with serialization

First, after I read the api doc of jfreechart, I found that JFreeChart implements java.io.Serializable,but when I use ObjectOutputStream.writeObject(Object) to write the JFreeChart, the program stopped with java.io.NotSerializableException. so I read the source, to my surprise, it does not implement...