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

Variable Index

 o blackFunction
 o colormap
 o iterations
 o newColor

Constructor Index

 o BinaryFilter()

Method Index

 o getBlackFunction()
 o getColormap()
 o getIterations()
 o getNewColor()
 o setBlackFunction(BinaryFunction)
 o setColormap(Colormap)
 o setIterations(int)
 o setNewColor(int)

Variables

 o newColor
 protected int newColor
 o blackFunction
 protected com.jhlabs.math.BinaryFunction blackFunction
 o iterations
 protected int iterations
 o colormap
 protected com.jhlabs.image.Colormap colormap

Constructors

 o BinaryFilter
 public BinaryFilter()

Methods

 o setIterations
 public void setIterations(int iterations)
 o getIterations
 public int getIterations()
 o setColormap
 public void setColormap(com.jhlabs.image.Colormap colormap)
 o getColormap
 public com.jhlabs.image.Colormap getColormap()
 o setNewColor
 public void setNewColor(int newColor)
 o getNewColor
 public int getNewColor()
 o setBlackFunction
 public void setBlackFunction(com.jhlabs.math.BinaryFunction blackFunction)
 o getBlackFunction
 public com.jhlabs.math.BinaryFunction getBlackFunction()

All Packages  Class Hierarchy  This Package  Previous  Next  Index