com.jhlabs.image
Class SharpenFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by com.jhlabs.image.ConvolveFilter
          extended by com.jhlabs.image.SharpenFilter
All Implemented Interfaces:
ImageProcessorInterface, java.awt.image.BufferedImageOp, java.lang.Cloneable

public class SharpenFilter
extends ConvolveFilter


Field Summary
 
Fields inherited from class com.jhlabs.image.ConvolveFilter
CLAMP_EDGES, WRAP_EDGES, ZERO_EDGES
 
Constructor Summary
SharpenFilter()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.jhlabs.image.ConvolveFilter
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setUseAlpha
 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SharpenFilter

public SharpenFilter()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ConvolveFilter