public Scale (double x, double y, double pivotX, double pivotY)

Creates a two-dimensional Scale with pivot.

Parameters:
x    the factor by which coordinates are scaled along the X axis
y    the factor by which coordinates are scaled along the Y axis
pivotX    the X coordinate about which point the scale occurs
pivotY    the Y coordinate about which point the scale occurs