JSR-209 (Final Release)

Uses of Class
java.awt.image.Kernel

Packages that use Kernel
java.awt.image Provides classes for creating and modifying images. 
 

Uses of Kernel in java.awt.image
 

Methods in java.awt.image that return Kernel
 Kernel ConvolveOp.getKernel()
          Returns the Kernel.
 

Constructors in java.awt.image with parameters of type 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).
ConvolveOp(Kernel kernel)
          Constructs a ConvolveOp given a Kernel.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.