public Point2D parentToLocal (double parentX, double parentY)

Transforms a point from the coordinate space of the parent into the local coordinate space of this Node.

Parameters:
parentX    the x coordinate in Parent's space
parentY    the y coordinate in Parent's space

Returns:  the transformed 2D point in Node's space