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

Public Member Functions

 Surface2File (final String filename, final boolean alpha)
 
void dispose (final GL gl)
 
void surfaceUpdated (final Object updater, final NativeSurface ns, final long when)
 Notification of a surface update event, eg. More...
 
void surface2File () throws IOException
 
void surfaceUpdated (Object updater, NativeSurface ns, long when)
 Notification of a surface update event, eg. More...
 

Detailed Description

Definition at line 42 of file Surface2File.java.

Constructor & Destructor Documentation

◆ Surface2File()

com.jogamp.opengl.test.junit.jogl.offscreen.Surface2File.Surface2File ( final String  filename,
final boolean  alpha 
)

Definition at line 49 of file Surface2File.java.

Member Function Documentation

◆ dispose()

void com.jogamp.opengl.test.junit.jogl.offscreen.Surface2File.dispose ( final GL  gl)

Definition at line 55 of file Surface2File.java.

Here is the call graph for this function:

◆ surface2File()

void com.jogamp.opengl.test.junit.jogl.offscreen.Surface2File.surface2File ( ) throws IOException

Definition at line 79 of file Surface2File.java.

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

◆ surfaceUpdated()

void com.jogamp.opengl.test.junit.jogl.offscreen.Surface2File.surfaceUpdated ( final Object  updater,
final NativeSurface  ns,
final long  when 
)

Notification of a surface update event, eg.

after a swap buffer operation.

Parameters
updateris the caller object who updated the surface, e.g. a JOGL GLDrawable.
nsthe updated NativeSurface
whenthe time in ms, when the surface was updated

Implements com.jogamp.nativewindow.SurfaceUpdatedListener.

Definition at line 59 of file Surface2File.java.

Here is the call graph for this function:

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