Package com.jogamp.nativewindow
Interface MutableSurface
- All Superinterfaces:
NativeSurface
,SurfaceUpdatedListener
- All Known Subinterfaces:
ProxySurface
- See Also:
-
Field Summary
Fields inherited from interface com.jogamp.nativewindow.NativeSurface
LOCK_SUCCESS, LOCK_SURFACE_CHANGED, LOCK_SURFACE_NOT_READY, LOCK_SURFACE_UNLOCKED
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSurfaceHandle
(long surfaceHandle) Sets the surface handle which is created outside of this implementation.Methods inherited from interface com.jogamp.nativewindow.NativeSurface
addSurfaceUpdatedListener, addSurfaceUpdatedListener, convertToPixelUnits, convertToWindowUnits, getDisplayHandle, getGraphicsConfiguration, getScreenIndex, getSurfaceHandle, getSurfaceHeight, getSurfaceLockOwner, getSurfaceWidth, isSurfaceLockedByOtherThread, lockSurface, removeSurfaceUpdatedListener, surfaceSwap, unlockSurface
Methods inherited from interface com.jogamp.nativewindow.SurfaceUpdatedListener
surfaceUpdated
-
Method Details
-
setSurfaceHandle
void setSurfaceHandle(long surfaceHandle) Sets the surface handle which is created outside of this implementation.
-