aspose file tools
The moose likes Swing / AWT / SWT and the fly likes How to rotate Image using java2D API's Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to rotate Image using java2D API Watch "How to rotate Image using java2D API New topic
Author

How to rotate Image using java2D API's

Kedar Nirokhekar
Greenhorn

Joined: Dec 10, 2001
Posts: 11
hi all,
I know the image can be rotated using java2d api's.I could able to rotate the image using AffineTransform class. But it
clips the image at corneres on rotation with multiples
of 45 degrees angle. I want to know how should I go about it.If any body can help me out.please..
Thanking in advance
Regards,
Kedar

Michael Szul
Ranch Hand

Joined: Sep 18, 2001
Posts: 57
I don't know exactly what you're looking for, because I don't deal much with Java 2D, but have you tried looking at the source code for the Molecule applet that Sun includes with the demo files in the SDK?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to rotate Image using java2D API's
 
Similar Threads
Java2D
print control
Rotating an image
how to redirect to a jpg file from spring controller
Convert HTML to gif URGENT.