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