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
UpstreamSurfaceHook
w/ mutable size, allowing it'sProxySurface
user 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 void
setSurfaceSize(int width, int height)
Resizes the upstream surface.-
Methods inherited from interface com.jogamp.nativewindow.UpstreamSurfaceHook
create, destroy, getSurfaceHeight, getSurfaceWidth, getUpstreamSurface
-
-