API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. CompositeContext View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 CompositeContext
Subinterfaces
Description
public interface CompositeContext
  The CompositeContext interface defines the encapsulated and optimized environment for a compositing operation.
See also:    Composite
Methods
Hide/Show inherited methods
public void compose (Raster src, Raster dstIn, WritableRaster dstOut)
  Composes the two source Raster objects and places the result in the destination WritableRaster.
public void dispose ()
Releases resources allocated for a context.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar