|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
A interface describing a graphics screen in a toolkit-independent manner. More...
Public Member Functions | |
| Object | clone () |
| AbstractGraphicsDevice | getDevice () |
| Return the device this graphics configuration is valid for. More... | |
| int | getIndex () |
| Returns the screen index this graphics screen is valid for. More... | |
A interface describing a graphics screen in a toolkit-independent manner.
Definition at line 46 of file AbstractGraphicsScreen.java.
| Object com.jogamp.nativewindow.AbstractGraphicsScreen.clone | ( | ) |
| AbstractGraphicsDevice com.jogamp.nativewindow.AbstractGraphicsScreen.getDevice | ( | ) |
Return the device this graphics configuration is valid for.
Implemented in com.jogamp.nativewindow.DefaultGraphicsScreen.
| int com.jogamp.nativewindow.AbstractGraphicsScreen.getIndex | ( | ) |
Returns the screen index this graphics screen is valid for.
Implemented in com.jogamp.nativewindow.DefaultGraphicsScreen.