public Point2D inverseTransform (double x, double y) throws NonInvertibleTransformException

Transforms the specified point by the inverse of this transform. This method can be used only for 2D transforms.

Parameters:
x    the X coordinate of the point
y    the Y coordinate of the point

Returns:  the inversely transformed point

Exceptions:
IllegalStateException    if this is a 3D transform
NonInvertibleTransformException    if this transform cannot be inverted

Since:  JavaFX 8.0