Rotating A Tile In A BufferedImage
Posted
by Eddy Freeman
on Stack Overflow
See other posts from Stack Overflow
or by Eddy Freeman
Published on 2010-05-07T18:20:51Z
Indexed on
2010/05/07
19:38 UTC
Read the original article
Hit count: 188
I have created a a bufferedImage of 6 tiles of 2 rows and 3 columns and i want to rotate the last tile of the second row. This tile serves as a crossing for my animation.
My problems are :
How can i get access to that specifc tile alone and rotate it alone without affecting others.
I have googled for a while but no answer.
© Stack Overflow or respective owner