Package com.jogamp.nativewindow
Interface NativeSurfaceHolder
- All Known Subinterfaces:
AWTGLAutoDrawable
,GLAutoDrawable
,GLDrawable
,GLFBODrawable
,GLFBODrawable.Resizeable
,GLOffscreenAutoDrawable
,GLOffscreenAutoDrawable.FBO
,GLSharedContextSetter
,NativeWindow
,Window
- All Known Implementing Classes:
jogamp.opengl.GLAutoDrawableBase
,GLAutoDrawableDelegate
,GLCanvas
,GLCanvas
,GLJPanel
,GLWindow
,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
.
-