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(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 | Method and Description |
---|---|
static Screen |
Screen.getPrimary()
The primary
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. |
Copyright © 2020. All rights reserved.