|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Encapsulates a screen index on X11 platforms. More...
Public Member Functions | |
| X11GraphicsScreen (final X11GraphicsDevice device, final int screen) | |
| Constructs a new X11GraphicsScreen corresponding to the given native screen index. More... | |
| int | getVisualID () |
| Object | clone () |
Public Member Functions inherited from com.jogamp.nativewindow.DefaultGraphicsScreen | |
| 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 | createScreenDevice (final long display, final int screenIdx, final boolean owner) |
Static Public Member Functions inherited from com.jogamp.nativewindow.DefaultGraphicsScreen | |
| static AbstractGraphicsScreen | createDefault (final String type) |
Encapsulates a screen index on X11 platforms.
Objects of this type are passed to GraphicsConfigurationFactory.chooseGraphicsConfiguration() on X11 platforms when toolkits other than the AWT are being used.
Definition at line 49 of file X11GraphicsScreen.java.
| com.jogamp.nativewindow.x11.X11GraphicsScreen.X11GraphicsScreen | ( | final X11GraphicsDevice | device, |
| final int | screen | ||
| ) |
Constructs a new X11GraphicsScreen corresponding to the given native screen index.
Definition at line 52 of file X11GraphicsScreen.java.
| Object com.jogamp.nativewindow.x11.X11GraphicsScreen.clone | ( | ) |
Reimplemented from com.jogamp.nativewindow.DefaultGraphicsScreen.
Definition at line 67 of file X11GraphicsScreen.java.
|
static |
| int com.jogamp.nativewindow.x11.X11GraphicsScreen.getVisualID | ( | ) |