FileDocCategorySizeDatePackage
CompositeContext.javaAPI DocAndroid 1.5 API1709Wed May 06 22:41:54 BST 2009java.awt

CompositeContext

public interface CompositeContext
The CompositeContext interface specifies the encapsulated and optimized environment for a compositing operation.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidcompose(java.awt.image.Raster src, java.awt.image.Raster dstIn, java.awt.image.WritableRaster dstOut)
Composes the two source Raster objects and places the result in the destination WritableRaster.

param
src the source Raster.
param
dstIn the destination Raster.
param
dstOut the WritableRaster object where the result of composing operation is stored.

public voiddispose()
Releases resources allocated for a context.