java.awt
public interface CompositeContext
Composite
object.
Since: 1.2
See Also: Composite
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | compose(Raster src, Raster dstIn, WritableRaster dstOut)
Compose the two source images into the composite image. |
void | dispose()
Release resources allocated for the compositing. |
Parameters: src the lower image source in compositing dstIn the upper image source in compositing dstOut the destination for the composite
See Also: Composite