public class CheckFilter extends PointFilter
canFilterIndexColorModel
Constructor and Description |
---|
CheckFilter() |
Modifier and Type | Method and Description |
---|---|
int |
filterRGB(int x,
int y,
int rgb) |
float |
getAngle() |
int |
getBackground() |
int |
getForeground() |
int |
getFuzziness() |
int |
getOperation() |
int |
getXScale() |
int |
getYScale() |
void |
setAngle(float angle) |
void |
setBackground(int background) |
void |
setForeground(int foreground) |
void |
setFuzziness(int fuzziness) |
void |
setOperation(int operation) |
void |
setXScale(int xScale) |
void |
setYScale(int yScale) |
java.lang.String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setForeground(int foreground)
public int getForeground()
public void setBackground(int background)
public int getBackground()
public void setXScale(int xScale)
public int getXScale()
public void setYScale(int yScale)
public int getYScale()
public void setFuzziness(int fuzziness)
public int getFuzziness()
public void setOperation(int operation)
public int getOperation()
public void setAngle(float angle)
public float getAngle()
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public java.lang.String toString()
toString
in class java.lang.Object