Class 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()  
      • Methods inherited from class java.awt.image.Kernel

        clone, getHeight, getKernelData, getWidth, getXOrigin, getYOrigin
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Kernel2

        public Kernel2​(int width,
                       int height,
                       float[] data)
    • Method Detail

      • toString

        @Nonnull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object