BufferedImageOp, Cloneablepublic class ThresholdFilter extends PointFilter
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
ThresholdFilter() |
Construct a ThresholdFilter.
|
ThresholdFilter(int t) |
Construct a ThresholdFilter.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, setDimensionspublic 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 在类中 PointFilterCopyright © 2019. All rights reserved.