Search found 4 matches

by ralphscheuer
Wed Mar 24, 2004 6:49 pm
Forum: JFreeChart
Topic: JFreeChart rendering bug?
Replies: 4
Views: 3171

Hello, via Apple's java-dev list, I just received the following statement regarding the coordinates used to draw the chart: If they're fractional, I could imagine getting exactly the behavior you see, as the rendering code tries to correctly draw "virtual" pixels that straddle physical pixel boundar...
by ralphscheuer
Wed Mar 24, 2004 2:02 pm
Forum: JFreeChart
Topic: JFreeChart rendering bug?
Replies: 4
Views: 3171

JFreeChart rendering bug?

Hello everybody, yesterday, I posted about a rendering bug with antialiased bar charts. The best example I could find that exhibits this behaviour was the ParetoChartDemo that comes with the distribution. Apparently, this is not just an antialiasing bug but a major rendering bug: when I disable anti...
by ralphscheuer
Tue Mar 23, 2004 6:06 pm
Forum: JFreeChart
Topic: Chart Antialiasing question
Replies: 3
Views: 7878

David, thanks for your answer. The following code snippet works on Mac OS X, so I am definitely able to influence the antialiasing behaviour: chart.setRenderingHints(new RenderingHints(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON)); This turns antialiasing off for eve...
by ralphscheuer
Tue Mar 23, 2004 1:22 pm
Forum: JFreeChart
Topic: Chart Antialiasing question
Replies: 3
Views: 7878

Chart Antialiasing question

Hello everybody, first of all, a big thank you to David Gilbert and the other developers for this useful and flexible package. I have a question regarding antialiasing: The online demos such as the ParetoChart demo shown on the jfree webpage under http://www.jfree.org/jfreechart/images/ParetoChartDe...