public void setToTransform (double mxx, double mxy, double tx, double myx, double myy, double ty)

Sets the values of this instance to the 2D transform specified by the element values.

Parameters:
mxx    the X coordinate scaling element
mxy    the XY coordinate element
tx    the X coordinate translation element
myx    the YX coordinate element
myy    the Y coordinate scaling element
ty    the Y coordinate translation element

Since:  JavaFX 8.0