public Point2D localToScene (double localX, double localY)

Transforms a point from the local coordinate space of this Node into the coordinate space of its scene. Note that if this node is in a SubScene, the result is in the subscene coordinates, not that of javafx.scene.Scene.

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

Returns:  scene coordinates of the point or null if Node is not in a Window