|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.awt.image | Provides classes for creating and modifying images. |
| Uses of Kernel in java.awt.image |
|---|
| Modifier and Type | Method and Description |
|---|---|
Kernel |
ConvolveOp.getKernel()
Returns the Kernel. |
| Constructor and Description |
|---|
ConvolveOp(Kernel kernel)
Constructs a ConvolveOp given a Kernel. |
ConvolveOp(Kernel kernel,
int edgeCondition,
RenderingHints hints)
Constructs a ConvolveOp given a Kernel, an edge condition, and a RenderingHints object (which may be null). |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.