All Packages Class Hierarchy This Package Previous Next Index
Class com.jhlabs.image.BinaryFilter
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----com.jhlabs.image.WholeImageFilter
|
+----com.jhlabs.image.BinaryFilter
- public class BinaryFilter
- extends com.jhlabs.image.WholeImageFilter
-
blackFunction
-
-
colormap
-
-
iterations
-
-
newColor
-
-
BinaryFilter()
-
-
getBlackFunction()
-
-
getColormap()
-
-
getIterations()
-
-
getNewColor()
-
-
setBlackFunction(BinaryFunction)
-
-
setColormap(Colormap)
-
-
setIterations(int)
-
-
setNewColor(int)
-
newColor
protected int newColor
blackFunction
protected com.jhlabs.math.BinaryFunction blackFunction
iterations
protected int iterations
colormap
protected com.jhlabs.image.Colormap colormap
BinaryFilter
public BinaryFilter()
setIterations
public void setIterations(int iterations)
getIterations
public int getIterations()
setColormap
public void setColormap(com.jhlabs.image.Colormap colormap)
getColormap
public com.jhlabs.image.Colormap getColormap()
setNewColor
public void setNewColor(int newColor)
getNewColor
public int getNewColor()
setBlackFunction
public void setBlackFunction(com.jhlabs.math.BinaryFunction blackFunction)
getBlackFunction
public com.jhlabs.math.BinaryFunction getBlackFunction()
All Packages Class Hierarchy This Package Previous Next Index