public Point2D sceneToLocal (Point2D point, boolean rootScene)

Transforms a point from the coordinate space of the scene into the local coordinate space of this Node. If the Node does not have any SubScene or rootScene is set to true, the arguments are in Scene coordinates of the Node returned by getScene(). Othwerwise, the subscene coordinates are used, which is equivalent to calling sceneToLocal(javafx.geometry.Point2D)

Parameters:
point    the point
rootScene    whether Scene coordinates should be used even if the Node is in a SubScene

Returns:  local coordinates of the point

Since:  JavaFX 8u40