|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Accessor interface for implementing classes with ownership of a NativeSurface via an is-a or has-a relation.
More...
Public Member Functions | |
| NativeSurface | getNativeSurface () |
Returns the associated NativeSurface of this NativeSurfaceHolder. More... | |
Accessor interface for implementing classes with ownership of a NativeSurface via an is-a or has-a relation.
Definition at line 35 of file NativeSurfaceHolder.java.
| NativeSurface com.jogamp.nativewindow.NativeSurfaceHolder.getNativeSurface | ( | ) |
Returns the associated NativeSurface of this NativeSurfaceHolder.
Implemented in com.jogamp.opengl.awt.GLCanvas, com.jogamp.opengl.awt.GLJPanel, com.jogamp.opengl.GLDrawable, com.jogamp.opengl.swt.GLCanvas, com.jogamp.nativewindow.awt.JAWTWindow, com.jogamp.nativewindow.NativeWindow, com.jogamp.newt.awt.NewtCanvasAWT, com.jogamp.newt.javafx.NewtCanvasJFX, and com.jogamp.newt.swt.NewtCanvasSWT.