public Point2D localToScreen (Point2D localPoint)

Transforms a point from the local coordinate space of this Node into the coordinate space of its javafx.stage.Screen.

Parameters:
localPoint    a point in Node's space

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

Since:  JavaFX 8.0