public static ObservableList<Screen> getScreensForRectangle (double x, double y, double width, double height)

Returns a ObservableList of Screens that intersects the provided rectangle.

Parameters:
x    the x coordinate of the upper-left corner of the specified rectangular area
y    the y coordinate of the upper-left corner of the specified rectangular area
width    the width of the specified rectangular area
height    the height of the specified rectangular area

Returns:  a ObservableList of Screens for which Screen.bounds intersects the provided rectangle