|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeContext
This interface provides an optimized environment for compositing graphics.
Several such contexts may exist for a given Composite
object.
Composite
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. |
Method Detail |
---|
void dispose()
void compose(Raster src, Raster dstIn, WritableRaster dstOut)
Composite.createContext(java.awt.image.ColorModel, java.awt.image.ColorModel, java.awt.RenderingHints)
.
src
- the lower image source in compositingdstIn
- the upper image source in compositingdstOut
- the destination for the compositeComposite
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |