View Single Post
  #3 (permalink)  
Old 06-07-2008, 05:10 PM
Cyorxamp Cyorxamp is offline
Member
 
Join Date: Jun 2008
Posts: 23
Cyorxamp is on a distinguished road
Quote:
Originally Posted by Fubarable View Post
I can't answer for the differences between Java's rendering of these graphics in different OS environments, but have you considered setting your rendering hints to turn on anti-aliasing in order to get rid of the "jaggies"?
Any idea what method I should be calling to do that? I looked in java.awt.Graphics and can't see anything.

Also (to all) apart from using an image (which would be cheating) is there anything else in the normal Java API for drawing these curves?
Reply With Quote