Example usage for Java java.awt.image Kernel fields, constructors, methods, implement or subclass
The text is from its open source code.
Kernel(int width, int height, float[] data) Constructs a Kernel object from an array of floats. |
int | getHeight() Returns the height of this Kernel . |
int | getWidth() Returns the width of this Kernel . |