JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.offscreen.WindowUtilNEWT Class Reference
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.offscreen.WindowUtilNEWT:

Static Public Member Functions

static GLCapabilities fixCaps (final GLCapabilities caps, final boolean onscreen, final boolean pbuffer, final boolean undecorated)
 
static void setDemoFields (final GLEventListener demo, final Window window, final GLWindow glWindow, final boolean debug)
 
static void run (final String testName, final GLWindow windowOffScreen, final GLEventListener demo, final GLWindow windowOnScreenBlit, final WindowListener wl, final MouseListener ml, final SurfaceUpdatedListener ul, final int frames, final boolean snapshot, final boolean debug)
 

Detailed Description

Definition at line 41 of file WindowUtilNEWT.java.

Member Function Documentation

◆ fixCaps()

static GLCapabilities com.jogamp.opengl.test.junit.jogl.offscreen.WindowUtilNEWT.fixCaps ( final GLCapabilities  caps,
final boolean  onscreen,
final boolean  pbuffer,
final boolean  undecorated 
)
static

Definition at line 43 of file WindowUtilNEWT.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ run()

static void com.jogamp.opengl.test.junit.jogl.offscreen.WindowUtilNEWT.run ( final String  testName,
final GLWindow  windowOffScreen,
final GLEventListener  demo,
final GLWindow  windowOnScreenBlit,
final WindowListener  wl,
final MouseListener  ml,
final SurfaceUpdatedListener  ul,
final int  frames,
final boolean  snapshot,
final boolean  debug 
)
static

Definition at line 63 of file WindowUtilNEWT.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDemoFields()

static void com.jogamp.opengl.test.junit.jogl.offscreen.WindowUtilNEWT.setDemoFields ( final GLEventListener  demo,
final Window  window,
final GLWindow  glWindow,
final boolean  debug 
)
static

Definition at line 51 of file WindowUtilNEWT.java.

Here is the call graph for this function:
Here is the caller graph for this function:

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