javax.media.nativewindow
Interface SurfaceChangeable

All Known Implementing Classes:
WrappedSurface

public interface SurfaceChangeable


Method Summary
 void setSurfaceHandle(long surfaceHandle)
          Sets the surface handle which is created outside of this implementation
 void surfaceSizeChanged(int width, int height)
          The surface's size has been determined or changed.
 

Method Detail

setSurfaceHandle

void setSurfaceHandle(long surfaceHandle)
Sets the surface handle which is created outside of this implementation


surfaceSizeChanged

void surfaceSizeChanged(int width,
                        int height)
The surface's size has been determined or changed. Implementation shall update the stored surface size with the given ones.



Copyright 2010 JogAmp Community.