软件包 | 描述 |
---|---|
java.awt.image |
提供创建和修改图像的类。
|
Modifier and Type | Method and Description |
---|---|
Kernel |
ConvolveOp.getKernel()
返回内核。
|
Constructor and Description |
---|
ConvolveOp(Kernel kernel)
构建了一个内核中的ConvolveOp。
|
ConvolveOp(Kernel kernel, int edgeCondition, RenderingHints hints)
构建中的ConvolveOp给出一个内核,一个边界条件,和renderinghints对象(可能为空)。
|
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.