| 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.PointFiltercom.jhlabs.image.ErodeAlphaFilterpublic class ErodeAlphaFilterextends PointFilterField Summary | |
protected float | |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Constructor Summary | |
| |
Method Summary | |
BufferedImage |
|
int |
|
float | |
float | |
float | |
void |
|
void |
|
void |
|
String |
|
Methods inherited from class com.jhlabs.image.PointFilter | |
filter, filterRGB, setDimensions | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
public ErodeAlphaFilter()
public ErodeAlphaFilter(float radius,
float threshold,
float softness)public BufferedImage filter(BufferedImage src,
BufferedImage dst)
- Overrides:
- filter in interface PointFilter
public float getRadius()
public float getSoftness()
public float getThreshold()
public void setRadius(float radius)
public void setSoftness(float softness)
public void setThreshold(float threshold)
public String toString()