com.jhlabs.image
Class StampFilter
java.lang.Object
   com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.AbstractBufferedImageOp
       com.jhlabs.image.PointFilter
com.jhlabs.image.PointFilter
           com.jhlabs.image.StampFilter
com.jhlabs.image.StampFilter
- All Implemented Interfaces: 
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.lang.Cloneable
- public class StampFilter 
- extends PointFilter
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
StampFilter
public StampFilter()
StampFilter
public StampFilter(float threshold)
setRadius
public void setRadius(float radius)
- 
 
getRadius
public float getRadius()
- 
 
setThreshold
public void setThreshold(float threshold)
- 
 
getThreshold
public float getThreshold()
- 
 
setSoftness
public void setSoftness(float softness)
- 
 
getSoftness
public float getSoftness()
- 
 
setWhite
public void setWhite(int white)
- 
 
getWhite
public int getWhite()
- 
 
setBlack
public void setBlack(int black)
- 
 
getBlack
public int getBlack()
- 
 
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
                                           java.awt.image.BufferedImage dst)
- 
- Specified by:
- filterin interface- java.awt.image.BufferedImageOp
- Overrides:
- filterin class- PointFilter
 
- 
 
filterRGB
public int filterRGB(int x,
                     int y,
                     int rgb)
- 
- Specified by:
- filterRGBin class- PointFilter
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
-