public Point2D localToParent (Point2D localPoint)

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

Parameters:
localPoint    the 2D point in Node's space

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