API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. Kernel View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 Object
      Kernel
Implements
 Cloneable
Subclasses
Description
public class Kernel
  The Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.
See also:    ConvolveOp
Constructors
public Kernel (int width, int height, float[] data)
  Constructs a Kernel object from an array of floats.
Methods
Hide/Show inherited methods
public Object clone ()
  Clones this object.
publicfinal int getHeight ()
  Returns the height of this Kernel.
publicfinal float getKernelData (float[] data)
  Returns the kernel data in row major order.
publicfinal int getWidth ()
  Returns the width of this Kernel.
publicfinal int getXOrigin ()
  Returns the X origin of this Kernel.
publicfinal int getYOrigin ()
  Returns the Y origin of this Kernel.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar