|
Java™ by example!
|
|
|
How do I draw a rotated image?
 Work directly on the class Graphics2D or use the class AffineTransform that allows you to create your own transformation matrixes. Directly on Graphics2D Main.java:
Using AffineTransform Main.java:
image used:

Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|