| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.ConvolveFiltercom.jhlabs.image.GaussianFiltercom.jhlabs.image.UnsharpFilterpublic class UnsharpFilterextends GaussianFilterField Summary |
Fields inherited from class com.jhlabs.image.GaussianFilter | |
kernel, radius | |
Fields inherited from class com.jhlabs.image.ConvolveFilter | |
CLAMP_EDGES, WRAP_EDGES, ZERO_EDGES, alpha, kernel, premultiplyAlpha | |
Constructor Summary | |
| |
Method Summary | |
BufferedImage |
|
float |
|
int |
|
void |
|
void |
|
String |
|
Methods inherited from class com.jhlabs.image.GaussianFilter | |
convolveAndTranspose, filter, getRadius, makeKernel, setRadius, toString | |
Methods inherited from class com.jhlabs.image.ConvolveFilter | |
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getPremultiplyAlpha, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setPremultiplyAlpha, setUseAlpha, toString | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
- Overrides:
- filter in interface GaussianFilter
public float getAmount()
Get the amount of sharpening.
- Returns:
- the amount
- See Also:
setAmount(float)
public int getThreshold()
Get the threshold value.
- Returns:
- the threshold value
- See Also:
setThreshold(int)
public void setAmount(float amount)
Set the amount of sharpening.
- Parameters:
amount- the amount
- See Also:
getAmount()
public void setThreshold(int threshold)
Set the threshold value.
- Parameters:
threshold- the threshold value
- See Also:
getThreshold()