Package com.jogamp.nativewindow
Interface NativeWindowHolder
-
- All Superinterfaces:
NativeSurfaceHolder
public interface NativeWindowHolder extends NativeSurfaceHolder
Accessor interface for implementing classes with ownership of aNativeWindowvia an is-a or has-a relation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativeWindowgetNativeWindow()Returns the associatedNativeWindowof thisNativeWindowHolder, which is identical toNativeSurfaceHolder.getNativeSurface()-
Methods inherited from interface com.jogamp.nativewindow.NativeSurfaceHolder
getNativeSurface
-
-
-
-
Method Detail
-
getNativeWindow
NativeWindow getNativeWindow()
Returns the associatedNativeWindowof thisNativeWindowHolder, which is identical toNativeSurfaceHolder.getNativeSurface()
-
-