Definition at line 54 of file JFXAccessor.java.
◆ getDevice()
- Parameters
-
| stageWindow | the JavaFX top heavyweight window handle |
- Returns
- the AbstractGraphicsDevice w/ the native device handle
- Exceptions
-
| NativeWindowException | if an exception occurs retrieving the window handle or deriving the native device |
| UnsupportedOperationException | if the windowing system is not supported |
Definition at line 227 of file JFXAccessor.java.
◆ getJFXThread()
◆ getJFXThreadName()
| static String com.jogamp.nativewindow.javafx.JFXAccessor.getJFXThreadName |
( |
| ) |
|
|
static |
◆ getNativeVisualID()
| static int com.jogamp.nativewindow.javafx.JFXAccessor.getNativeVisualID |
( |
final AbstractGraphicsDevice |
device, |
|
|
final long |
windowHandle |
|
) |
| |
|
static |
◆ getScreen()
- Parameters
-
| device | |
| screen | -1 is default screen of the given device, e.g. maybe 0 or determined by native API. >= 0 is specific screen |
- Returns
Definition at line 251 of file JFXAccessor.java.
◆ getWindowHandle()
| static long com.jogamp.nativewindow.javafx.JFXAccessor.getWindowHandle |
( |
final Window |
stageWindow | ) |
throws NativeWindowException |
|
static |
- Parameters
-
| stageWindow | the JavaFX top heavyweight window handle |
- Returns
- the native window handle
- Exceptions
-
Definition at line 270 of file JFXAccessor.java.
◆ hasJFXThreadStopped()
| static boolean com.jogamp.nativewindow.javafx.JFXAccessor.hasJFXThreadStopped |
( |
| ) |
|
|
static |
◆ isJFXAvailable()
| static boolean com.jogamp.nativewindow.javafx.JFXAccessor.isJFXAvailable |
( |
| ) |
|
|
static |
◆ isJFXThread()
| static boolean com.jogamp.nativewindow.javafx.JFXAccessor.isJFXThread |
( |
| ) |
|
|
static |
◆ isJFXThreadOrHasJFXThreadStopped()
| static boolean com.jogamp.nativewindow.javafx.JFXAccessor.isJFXThreadOrHasJFXThreadStopped |
( |
| ) |
|
|
static |
- Returns
- true if the JFX Thread has stopped or if caller is on the JFX Thread
Definition at line 216 of file JFXAccessor.java.
◆ runOnJFXThread()
| static void com.jogamp.nativewindow.javafx.JFXAccessor.runOnJFXThread |
( |
final boolean |
wait, |
|
|
final Runnable |
task |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: