Returns a transformation matrix that translates user
space rendering to the requested orientation
of the page. The values are placed into the
array as
{ m00, m10, m01, m11, m02, m12} in
the form required by the
AffineTransform
constructor.
Returns:
the matrix used to translate user space rendering
to the orientation of the page.
See Also:
AffineTransform
,