public class ThresholdFilter extends PointFilter
canFilterIndexColorModel
filterListener
Constructor and Description |
---|
ThresholdFilter()
Construct a ThresholdFilter.
|
ThresholdFilter(int t)
Construct a ThresholdFilter.
|
Modifier and Type | Method and Description |
---|---|
int |
filterRGB(int x,
int y,
int rgb) |
int |
getBlack()
Set the color to be used for pixels below the lower threshold.
|
int |
getLowerThreshold()
Get the lower threshold value.
|
int |
getUpperThreshold()
Get the upper threshold value.
|
int |
getWhite()
Get the color to be used for pixels above the upper threshold.
|
void |
setBlack(int black)
Set the color to be used for pixels below the lower threshold.
|
void |
setLowerThreshold(int lowerThreshold)
Set the lower threshold value.
|
void |
setUpperThreshold(int upperThreshold)
Set the upper threshold value.
|
void |
setWhite(int white)
Set the color to be used for pixels above the upper threshold.
|
String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public ThresholdFilter()
public ThresholdFilter(int t)
t
- the threshold valuepublic void setLowerThreshold(int lowerThreshold)
lowerThreshold
- the threshold valuegetLowerThreshold()
public int getLowerThreshold()
setLowerThreshold(int)
public void setUpperThreshold(int upperThreshold)
upperThreshold
- the threshold valuegetUpperThreshold()
public int getUpperThreshold()
setUpperThreshold(int)
public void setWhite(int white)
white
- the colorgetWhite()
public int getWhite()
setWhite(int)
public void setBlack(int black)
black
- the colorgetBlack()
public int getBlack()
setBlack(int)
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.