Package it.tidalwave.image
Class Kernel2
- java.lang.Object
-
- java.awt.image.Kernel
-
- it.tidalwave.image.Kernel2
-
- All Implemented Interfaces:
java.lang.Cloneable
public class Kernel2 extends java.awt.image.Kernel
This class just adds to the standard Kernel the toString() implementation.- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description Kernel2(int width, int height, float[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-