How do I do reflections with a transformation

The AffineTransformation allows me to rotation, scaling and sheering but not reflection (ie turn the axis into a 'mirror'). Does anyonehave any suggestions if this is possible?Alternatively, is it possible to move the origin and the orientation of the page?MArk
[298 byte] By [markee1] at [2007-9-26 4:30:04]
# 1
To reflect w.r.t. the x axis (i.e. negate y):at.scale(1.0, -1.0);
PaulFMendler at 2007-6-29 17:42:10 > top of Java-index,Security,Cryptography...
# 2
Thank-you.Regards,MArk
markee1 at 2007-6-29 17:42:10 > top of Java-index,Security,Cryptography...