FileDocCategorySizeDatePackage
Composite.javaAPI DocAndroid 1.5 API1813Wed May 06 22:41:54 BST 2009java.awt

Composite

public interface Composite
The Composite interface allows the methods to compose a draw primitive on the graphics area. The classes implementing this interface provides the rules and a method to create the context for a particular operation.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.awt.CompositeContextcreateContext(java.awt.image.ColorModel srcColorModel, java.awt.image.ColorModel dstColorModel, java.awt.RenderingHints hints)
Creates a CompositeContext which defines the encapsulated and optimized environment for a compositing operation. Several contexts can exist for a single Composite object.

param
srcColorModel the source's ColorModel.
param
dstColorModel the destination's ColorModel.
param
hints the RenderingHints.
return
the CompositeContext object.