Uses of Class
javafx.stage.Screen
Packages that use Screen
-
Uses of Screen in javafx.stage
Methods in javafx.stage that return ScreenMethods in javafx.stage that return types with arguments of type ScreenModifier and TypeMethodDescriptionstatic ObservableList<Screen>
Screen.getScreens()
The observable list of currently availableScreens
.static ObservableList<Screen>
Screen.getScreensForRectangle
(double x, double y, double width, double height) Returns a ObservableList ofScreens
that intersects the provided rectangle.static ObservableList<Screen>
Screen.getScreensForRectangle
(Rectangle2D r) Returns a ObservableList ofScreens
that intersects the provided rectangle.