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 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.
-
-