public abstract class BinaryFilter extends WholeImageFilter
Modifier and Type | Field and Description |
---|---|
protected BinaryFunction |
blackFunction |
protected Colormap |
colormap |
protected int |
iterations |
protected int |
newColor |
originalSpace, transformedSpace
Constructor and Description |
---|
BinaryFilter() |
Modifier and Type | Method and Description |
---|---|
BinaryFunction |
getBlackFunction() |
Colormap |
getColormap() |
int |
getIterations() |
int |
getNewColor() |
void |
setBlackFunction(BinaryFunction blackFunction) |
void |
setColormap(Colormap colormap) |
void |
setIterations(int iterations) |
void |
setNewColor(int newColor) |
filter, filterPixels, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
protected int newColor
protected BinaryFunction blackFunction
protected int iterations
protected Colormap colormap
public void setIterations(int iterations)
public int getIterations()
public void setColormap(Colormap colormap)
public Colormap getColormap()
public void setNewColor(int newColor)
public int getNewColor()
public void setBlackFunction(BinaryFunction blackFunction)
public BinaryFunction getBlackFunction()