|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
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... | |
Definition at line 42 of file Surface2File.java.
| com.jogamp.opengl.test.junit.jogl.offscreen.Surface2File.Surface2File | ( | final String | filename, |
| final boolean | alpha | ||
| ) |
Definition at line 49 of file Surface2File.java.
| void com.jogamp.opengl.test.junit.jogl.offscreen.Surface2File.dispose | ( | final GL | gl | ) |
| void com.jogamp.opengl.test.junit.jogl.offscreen.Surface2File.surface2File | ( | ) | throws IOException |
Definition at line 79 of file Surface2File.java.
| 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.
| updater | is the caller object who updated the surface, e.g. a JOGL GLDrawable. |
| ns | the updated NativeSurface |
| when | the time in ms, when the surface was updated |
Implements com.jogamp.nativewindow.SurfaceUpdatedListener.
Definition at line 59 of file Surface2File.java.