public class

SunCompositeContext

extends Object
implements CompositeContext
java.lang.Object
   ↳ sun.java2d.SunCompositeContext

Summary

Public Constructors
SunCompositeContext(AlphaComposite ac, ColorModel s, ColorModel d)
SunCompositeContext(XORComposite xc, ColorModel s, ColorModel d)
Public Methods
void compose(Raster srcArg, Raster dstIn, WritableRaster dstOut)
This method composes the two source tiles and places the result in the destination tile.
void dispose()
Release resources allocated for context.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.CompositeContext

Public Constructors

public SunCompositeContext (AlphaComposite ac, ColorModel s, ColorModel d)

public SunCompositeContext (XORComposite xc, ColorModel s, ColorModel d)

Public Methods

public void compose (Raster srcArg, Raster dstIn, WritableRaster dstOut)

This method composes the two source tiles and places the result in the destination tile. Note that the destination can be the same object as either the first or second source.

Parameters
srcArg the first source for the compositing operation
dstIn the second source for the compositing operation
dstOut the WritableRaster into which the result of the operation is stored

public void dispose ()

Release resources allocated for context.