Package com.jogamp.nativewindow
Interface MutableSurface
-
- All Superinterfaces:
NativeSurface
,SurfaceUpdatedListener
- All Known Subinterfaces:
ProxySurface
public interface MutableSurface extends NativeSurface
- See Also:
NativeSurface
-
-
Field Summary
-
Fields inherited from interface com.jogamp.nativewindow.NativeSurface
LOCK_SUCCESS, LOCK_SURFACE_CHANGED, LOCK_SURFACE_NOT_READY, LOCK_SURFACE_UNLOCKED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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, getLock, getScreenIndex, getSurfaceHandle, getSurfaceHeight, getSurfaceLockOwner, getSurfaceWidth, isSurfaceLockedByOtherThread, lockSurface, removeSurfaceUpdatedListener, surfaceSwap, unlockSurface
-
Methods inherited from interface com.jogamp.nativewindow.SurfaceUpdatedListener
surfaceUpdated
-
-