Package | Description |
---|---|
com.sun.javafx.stage | |
com.sun.javafx.util | |
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Screen> |
WindowHelper.WindowAccessor.screenProperty(Window window) |
Modifier and Type | Method and Description |
---|---|
float |
ScreenHelper.ScreenAccessor.getRenderScale(Screen screen) |
Modifier and Type | Method and Description |
---|---|
static Screen |
Utils.getScreen(java.lang.Object obj)
This function attempts to determine the best screen given the parent object
from which we are wanting to position another item relative to.
|
static Screen |
Utils.getScreenForPoint(double x,
double y) |
static Screen |
Utils.getScreenForRectangle(Rectangle2D rect) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Utils.hasFullScreenStage(Screen screen) |
Modifier and Type | Field and Description |
---|---|
private static Screen |
Screen.primary |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Screen> |
Window.screen |
private static ObservableList<Screen> |
Screen.screens |
private static ObservableList<Screen> |
Screen.unmodifiableScreens |
Modifier and Type | Method and Description |
---|---|
static Screen |
Screen.getPrimary()
The primary
Screen . |
(package private) static Screen |
Screen.getScreenForNative(java.lang.Object obj) |
private Screen |
Window.getWindowScreen() |
private static Screen |
Screen.nativeToScreen(java.lang.Object obj,
Screen screen) |
Modifier and Type | Method and Description |
---|---|
static ObservableList<Screen> |
Screen.getScreens()
The observable list of currently available
Screens . |
static ObservableList<Screen> |
Screen.getScreensForRectangle(double x,
double y,
double width,
double height)
Returns a ObservableList of
Screens that intersects the provided rectangle. |
static ObservableList<Screen> |
Screen.getScreensForRectangle(Rectangle2D r)
Returns a ObservableList of
Screens that intersects the provided rectangle. |
private ReadOnlyObjectProperty<Screen> |
Window.screenProperty() |
Modifier and Type | Method and Description |
---|---|
private static Screen |
Screen.nativeToScreen(java.lang.Object obj,
Screen screen) |