public void transform (Affine xform)

Concatenates the input with the current transform. Only 2D transforms are supported. The only values used are the X and Y scaling, translation, and shearing components of a transform. A null value is treated as identity.

Parameters:
xform    The affine to be concatenated with the current transform or null.