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