JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.nativewindow.AbstractGraphicsScreen Interface Reference

A interface describing a graphics screen in a toolkit-independent manner. More...

Inheritance diagram for com.jogamp.nativewindow.AbstractGraphicsScreen:
Collaboration diagram for com.jogamp.nativewindow.AbstractGraphicsScreen:

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...
 

Detailed Description

A interface describing a graphics screen in a toolkit-independent manner.

Definition at line 46 of file AbstractGraphicsScreen.java.

Member Function Documentation

◆ clone()

Object com.jogamp.nativewindow.AbstractGraphicsScreen.clone ( )

◆ getDevice()

AbstractGraphicsDevice com.jogamp.nativewindow.AbstractGraphicsScreen.getDevice ( )

Return the device this graphics configuration is valid for.

Implemented in com.jogamp.nativewindow.DefaultGraphicsScreen.

Here is the caller graph for this function:

◆ getIndex()

int com.jogamp.nativewindow.AbstractGraphicsScreen.getIndex ( )

Returns the screen index this graphics screen is valid for.

Implemented in com.jogamp.nativewindow.DefaultGraphicsScreen.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: