public interface OffscreenLayerSurface
Modifier and Type | Method and Description |
---|---|
void |
attachSurfaceLayer(long layerHandle)
Attach the offscreen layer to this offscreen layer surface.
|
void |
detachSurfaceLayer()
Detaches a previously attached offscreen layer from this offscreen layer surface.
|
boolean |
isSurfaceLayerAttached()
Returns true if a surface layer is attached, otherwise false.
|
void attachSurfaceLayer(long layerHandle) throws NativeWindowException
NativeWindowException
- if #isOffscreenLayerSurfaceEnabled()
== false#isOffscreenLayerSurfaceEnabled()
void detachSurfaceLayer() throws NativeWindowException
NativeWindowException
- if #isOffscreenLayerSurfaceEnabled()
== false
or no surface layer is attached.attachSurfaceLayer(long)
,
#isOffscreenLayerSurfaceEnabled()
boolean isSurfaceLayerAttached()
Copyright 2010 JogAmp Community.