public Point2D localToParent (double localX, double localY)

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

Parameters:
localX    the x coordinate of the point in Node's space
localY    the y coordinate of the point in Node's space

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