public class BinaryFilter extends WholeImageFilter
| Modifier and Type | Field and Description |
|---|---|
protected BinaryFunction |
blackFunction |
protected Colormap |
colormap |
protected int |
iterations |
protected int |
newColor |
canFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, 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) |
getTransformedSpace, setColorModel, setDimensions, setPixels, setPixels, transformSpaceprotected 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()