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