public class KeyFilter extends AbstractBufferedImageOp
filterListener| Constructor and Description |
|---|
KeyFilter() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
float |
getBTolerance()
Get the brightness tolerance.
|
BufferedImage |
getCleanImage()
Get the clean image.
|
BufferedImage |
getDestination()
Get the destination image.
|
float |
getHTolerance()
Get the hue tolerance.
|
float |
getSTolerance()
Get the saturation tolerance.
|
void |
setBTolerance(float bTolerance)
Set the brightness tolerance of the image in the range 0..1.
|
void |
setCleanImage(BufferedImage cleanImage)
Get the clean image.
|
void |
setDestination(BufferedImage destination)
Set the destination image.
|
void |
setHTolerance(float hTolerance)
Set the hue tolerance of the image in the range 0..1.
|
void |
setSTolerance(float sTolerance)
Set the saturation tolerance of the image in the range 0..1.
|
String |
toString() |
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic void setHTolerance(float hTolerance)
hTolerance - the tolerancegetHTolerance()public float getHTolerance()
setHTolerance(float)public void setSTolerance(float sTolerance)
sTolerance - the tolerancegetSTolerance()public float getSTolerance()
setSTolerance(float)public void setBTolerance(float bTolerance)
bTolerance - the tolerancegetBTolerance()public float getBTolerance()
setBTolerance(float)public void setDestination(BufferedImage destination)
destination - the destination imagegetDestination()public BufferedImage getDestination()
setDestination(java.awt.image.BufferedImage)public void setCleanImage(BufferedImage cleanImage)
cleanImage - the clean imagegetCleanImage()public BufferedImage getCleanImage()
setCleanImage(java.awt.image.BufferedImage)public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class AbstractBufferedImageOpCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.