Package | Description |
---|---|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Field and Description |
---|---|
private static Screen |
Screen.primary |
Modifier and Type | Field and Description |
---|---|
private static ObservableList<Screen> |
Screen.screens |
Modifier and Type | Method and Description |
---|---|
static Screen |
Screen.getPrimary()
The primary
Screen . |
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. |
Modifier and Type | Method and Description |
---|---|
private static Screen |
Screen.nativeToScreen(java.lang.Object obj,
Screen screen) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.