com.jhlabs.image
Class BinaryFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by j2d.filters.WholeImageFilter
          extended by com.jhlabs.image.BinaryFilter
All Implemented Interfaces:
ImageProcessorInterface, java.awt.image.BufferedImageOp, java.lang.Cloneable
Direct Known Subclasses:
DilateFilter, ErodeFilter, LifeFilter, OutlineFilter, SkeletonFilter

public abstract class BinaryFilter
extends WholeImageFilter


Constructor Summary
BinaryFilter()
           
 
Method Summary
 BinaryFunction getBlackFunction()
           
 Colormap getColormap()
           
 int getIterations()
           
 int getNewColor()
           
 void setBlackFunction(BinaryFunction blackFunction)
           
 void setColormap(Colormap colormap)
           
 void setIterations(int iterations)
           
 void setNewColor(int newColor)
           
 
Methods inherited from class j2d.filters.WholeImageFilter
filter
 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFilter

public BinaryFilter()
Method Detail

setIterations

public void setIterations(int iterations)

getIterations

public int getIterations()

setColormap

public void setColormap(Colormap colormap)

getColormap

public Colormap getColormap()

setNewColor

public void setNewColor(int newColor)

getNewColor

public int getNewColor()

setBlackFunction

public void setBlackFunction(BinaryFunction blackFunction)

getBlackFunction

public BinaryFunction getBlackFunction()