JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.nativewindow.DefaultGraphicsScreen Class Reference
Inheritance diagram for com.jogamp.nativewindow.DefaultGraphicsScreen:
Collaboration diagram for com.jogamp.nativewindow.DefaultGraphicsScreen:

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)
 

Detailed Description

Definition at line 35 of file DefaultGraphicsScreen.java.

Constructor & Destructor Documentation

◆ DefaultGraphicsScreen()

com.jogamp.nativewindow.DefaultGraphicsScreen.DefaultGraphicsScreen ( final AbstractGraphicsDevice  device,
final int  idx 
)

Definition at line 39 of file DefaultGraphicsScreen.java.

Here is the caller graph for this function:

Member Function Documentation

◆ clone()

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

◆ createDefault()

static AbstractGraphicsScreen com.jogamp.nativewindow.DefaultGraphicsScreen.createDefault ( final String  type)
static

Definition at line 44 of file DefaultGraphicsScreen.java.

Here is the call graph for this function:

◆ getDevice()

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.

Here is the caller graph for this function:

◆ getIndex()

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.

Here is the caller graph for this function:

◆ toString()

String com.jogamp.nativewindow.DefaultGraphicsScreen.toString ( )

Definition at line 68 of file DefaultGraphicsScreen.java.


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