Java2d: Translate the axes
Posted
by Algorist
on Stack Overflow
See other posts from Stack Overflow
or by Algorist
Published on 2010-05-14T00:56:28Z
Indexed on
2010/05/14
1:04 UTC
Read the original article
Hit count: 315
Hi,
I am developing an application using Java2d. The weird thing I noticed is, the original is at the top left corner and x and y axis increases from there.
Is there a way to move the origin bottom left?
Thank you.
© Stack Overflow or respective owner