|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| DefaultGraphicsScreen (final AbstractGraphicsDevice device, final int idx) | |
| 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... | |
| String | toString () |
| 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... | |
Static Public Member Functions | |
| static AbstractGraphicsScreen | createDefault (final String type) |
Definition at line 35 of file DefaultGraphicsScreen.java.
| com.jogamp.nativewindow.DefaultGraphicsScreen.DefaultGraphicsScreen | ( | final AbstractGraphicsDevice | device, |
| final int | idx | ||
| ) |
Definition at line 39 of file DefaultGraphicsScreen.java.
| Object com.jogamp.nativewindow.DefaultGraphicsScreen.clone | ( | ) |
Implements com.jogamp.nativewindow.AbstractGraphicsScreen.
Reimplemented in com.jogamp.nativewindow.awt.AWTGraphicsScreen, and com.jogamp.nativewindow.x11.X11GraphicsScreen.
Definition at line 49 of file DefaultGraphicsScreen.java.
|
static |
| AbstractGraphicsDevice com.jogamp.nativewindow.DefaultGraphicsScreen.getDevice | ( | ) |
Return the device this graphics configuration is valid for.
Implements com.jogamp.nativewindow.AbstractGraphicsScreen.
Definition at line 58 of file DefaultGraphicsScreen.java.
| int com.jogamp.nativewindow.DefaultGraphicsScreen.getIndex | ( | ) |
Returns the screen index this graphics screen is valid for.
Implements com.jogamp.nativewindow.AbstractGraphicsScreen.
Definition at line 63 of file DefaultGraphicsScreen.java.
| String com.jogamp.nativewindow.DefaultGraphicsScreen.toString | ( | ) |
Definition at line 68 of file DefaultGraphicsScreen.java.