Search found 7 matches

by msprauer
Wed Jan 16, 2008 5:17 pm
Forum: JFreeChart
Topic: JFreeChart print job size.
Replies: 8
Views: 13017

JFreeChart print job size.

I have noticed that when printing a Chart from the JFreeChart web start demo, that the print job shown in my print queue shows a size of 96.3mb. This seems to happen regardless of the Chart type, and is nearly always 96.3 mb. To further investigate, I tried printing a Chart to a PDF writer (in my ca...
by msprauer
Fri Jul 13, 2007 2:52 pm
Forum: JFreeChart
Topic: Base64 encoder with serialized JFreeChart
Replies: 4
Views: 6532

Just to note, this has been resolved. It turned out that it is in fact Base64 encoding. I used an ASCII85 encoder and it worked fine.

Thanks for you help.
by msprauer
Thu Jul 12, 2007 5:13 pm
Forum: JFreeChart
Topic: Base64 encoder with serialized JFreeChart
Replies: 4
Views: 6532

Thank you for your feedback, however I'm not entirely sure that's the case. I have successfully serialized and deserialized a JFreeChart instance, without any encoding. But when the encoder is used, in this order: serialize encode decode deserialize It won't properly deserialize. I am not trying to ...
by msprauer
Thu Jul 12, 2007 2:48 pm
Forum: JFreeChart
Topic: Base64 encoder with serialized JFreeChart
Replies: 4
Views: 6532

If it helps any, this is the actual error I get: org.jfree.chart.plot.Plot; local class incompatible: stream classdesc serialVersionUID = -8831571430103695388, local class serialVersionUID = -8831571430103671324 Which doesn't make sense to me because the object that was serialized was JFreeChart obj...
by msprauer
Thu Jul 12, 2007 1:30 pm
Forum: JFreeChart
Topic: Base64 encoder with serialized JFreeChart
Replies: 4
Views: 6532

Base64 encoder with serialized JFreeChart

I have been having problems with the deserialization of an encoded serialized JFreeChart object. Here's the scoop: I am serializing a JFreeChart instance, and encapsulating it in an application using the base64 encoder in the org.jfree.xml.util library. Later on, when the JFreeChart instance needs t...
by msprauer
Wed Jul 11, 2007 6:42 pm
Forum: JFreeChart
Topic: CategoryAxis tick labels.
Replies: 3
Views: 4735

thank you for your help guys, it'll definately come in handy.
by msprauer
Wed Jul 11, 2007 5:06 pm
Forum: JFreeChart
Topic: CategoryAxis tick labels.
Replies: 3
Views: 4735

CategoryAxis tick labels.

I'm having the problem where I have many categories plotted, and I need some way of filtering the tick labels that are shown. Right now, with 50 or more categories, the labels turn to ellipses since there is not enough room for them. Is it possible to only show selective tick labels on a CategoryAxis?