Package com.jogamp.nativewindow
Interface UpstreamSurfaceHook.MutableSize
-
- All Superinterfaces:
UpstreamSurfaceHook
- All Known Implementing Classes:
DelegatedUpstreamSurfaceHookMutableSize,GenericUpstreamSurfacelessHook,UpstreamSurfaceHookMutableSize,UpstreamWindowHookMutableSizePos
- Enclosing interface:
- UpstreamSurfaceHook
public static interface UpstreamSurfaceHook.MutableSize extends UpstreamSurfaceHook
UpstreamSurfaceHookw/ mutable size, allowing it'sProxySurfaceuser to resize.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jogamp.nativewindow.UpstreamSurfaceHook
UpstreamSurfaceHook.MutableSize
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSurfaceSize(int width, int height)Resizes the upstream surface.-
Methods inherited from interface com.jogamp.nativewindow.UpstreamSurfaceHook
create, destroy, getSurfaceHeight, getSurfaceWidth, getUpstreamSurface
-
-