j2d.hpp
Class BinaryFilter
java.lang.Object
j2d.filters.AbstractBufferedImageOp
j2d.filters.WholeImageFilter
j2d.hpp.BinaryFilter
- All Implemented Interfaces:
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- DilateFilter, ErodeFilter, LifeFilter, OutlineFilter, SkeletonFilter
public abstract class BinaryFilter
- extends WholeImageFilter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryFilter
public BinaryFilter()
setColormap
public void setColormap(int mapIndex)
setIterations
public void setIterations(int iterations)
getIterations
public int getIterations()
getColormap
public Colormap getColormap()
setNewColor
public void setNewColor(int newColor)
getNewColor
public int getNewColor()
setBlackFunction
public void setBlackFunction(BinaryFunction blackFunction)
getBlackFunction
public BinaryFunction getBlackFunction()