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