Modifier and Type | Method and Description |
---|---|
void |
compose(Raster src, Raster dstIn, WritableRaster dstOut)
构成一个源
Raster 对象和地点在目的地
WritableRaster 结果。
|
void |
dispose()
释放分配的上下文的资源。
|
void dispose()
void compose(Raster src, Raster dstIn, WritableRaster dstOut)
Raster
对象和地点在目的地
WritableRaster
结果。注意目标可以对象作为第一或第二源相同。注意,
dstIn
和
dstOut
必须与
dstColorModel
传递的
Composite
接口
createContext
方法兼容。
src
-合成操作的第一来源
dstIn
-合成操作第二源
dstOut
-
WritableRaster
到操作的结果存储
Composite
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.