javax.media.nativewindow
Interface UpstreamSurfaceHook.MutableSize

All Superinterfaces:
UpstreamSurfaceHook
All Known Implementing Classes:
DelegatedUpstreamSurfaceHookMutableSize, UpstreamSurfaceHookMutableSize
Enclosing interface:
UpstreamSurfaceHook

public static interface UpstreamSurfaceHook.MutableSize
extends UpstreamSurfaceHook

UpstreamSurfaceHook w/ mutable size, allowing it's ProxySurface user to resize.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.media.nativewindow.UpstreamSurfaceHook
UpstreamSurfaceHook.MutableSize
 
Method Summary
 void setSize(int width, int height)
           
 
Methods inherited from interface javax.media.nativewindow.UpstreamSurfaceHook
create, destroy, getHeight, getWidth
 

Method Detail

setSize

void setSize(int width,
             int height)


Copyright 2010 JogAmp Community.