public Point2D localToScreen (double localX, double localY)

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

Parameters:
localX    x coordinate of a point in Node's space
localY    y coordinate of 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