| Package | Description |
|---|---|
| java.awt.image |
Provides classes for creating and modifying images.
|
| Modifier and Type | Method and Description |
|---|---|
Kernel |
ConvolveOp.getKernel()
Returns the Kernel.
|
| Constructor and Description | |
|---|---|
ConvolveOp(Kernel
Constructs a ConvolveOp given a Kernel.
|
|
ConvolveOp(Kernel
Constructs a ConvolveOp given a Kernel, an edge condition, and a RenderingHints object (which may be null).
|