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