javax.media.nativewindow
public interface OffscreenLayerSurface
Modifier and Type | Method and Description |
---|---|
void |
attachSurfaceLayer(long layerHandle)
Attach the offscreen layer to this offscreen layer surface.
|
void |
detachSurfaceLayer(long layerHandle)
Detaches a previously attached offscreen layer from this offscreen layer surface.
|
void attachSurfaceLayer(long layerHandle) throws NativeWindowException
NativeWindowException
- if #isOffscreenLayerSurfaceEnabled()
== false#isOffscreenLayerSurfaceEnabled()
void detachSurfaceLayer(long layerHandle) throws NativeWindowException
NativeWindowException
- if #isOffscreenLayerSurfaceEnabled()
== falseattachSurfaceLayer(long)
,
#isOffscreenLayerSurfaceEnabled()
Copyright 2010 JogAmp Community.