Java javafx.stage Screen fields, constructors, methods, implement or subclass

Example usage for Java javafx.stage Screen fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.stage Screen.

The text is from its open source code.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Rectangle2DgetBounds()
Gets the bounds of this Screen .
ScreengetPrimary()
The primary Screen .
ObservableListgetScreens()
The observable list of currently available Screens .
ObservableListgetScreensForRectangle(double x, double y, double width, double height)
Returns a ObservableList of Screens that intersects the provided rectangle.
Rectangle2DgetVisualBounds()
Gets the visual bounds of this Screen .