Uses of Class
java.awt.image.Kernel
Packages that use Kernel
-
Uses of Kernel in java.awt.image
Methods in java.awt.image that return KernelConstructors in java.awt.image with parameters of type KernelModifierConstructorDescriptionConvolveOp
(Kernel kernel) Constructs a ConvolveOp given a 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).