Package com.jogamp.nativewindow
Interface NativeSurfaceHolder
-
- All Known Subinterfaces:
NativeWindow
,NativeWindowHolder
- All Known Implementing Classes:
JAWTWindow
public interface NativeSurfaceHolder
Accessor interface for implementing classes with ownership of aNativeSurface
via an is-a or has-a relation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativeSurface
getNativeSurface()
Returns the associatedNativeSurface
of thisNativeSurfaceHolder
.
-
-
-
Method Detail
-
getNativeSurface
NativeSurface getNativeSurface()
Returns the associatedNativeSurface
of thisNativeSurfaceHolder
.
-
-