public class DilateFilter extends BinaryFilter
| Modifier and Type | Field and Description |
|---|---|
int |
threshold |
blackFunction, colormap, iterations, newColorcanFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, originalSpace, transformedSpace| Constructor and Description |
|---|
DilateFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getThreshold()
Return the threshold - the number of neighbouring pixels for dilation to occur.
|
void |
imageComplete(int status) |
void |
setThreshold(int threshold)
Set the threshold - the number of neighbouring pixels for dilation to occur.
|
java.lang.String |
toString() |
getBlackFunction, getColormap, getIterations, getNewColor, setBlackFunction, setColormap, setIterations, setNewColorgetTransformedSpace, setColorModel, setDimensions, setPixels, setPixels, transformSpacepublic void setThreshold(int threshold)
threshold - the new thresholdpublic int getThreshold()
public void imageComplete(int status)
imageComplete in interface java.awt.image.ImageConsumerimageComplete in class java.awt.image.ImageFilterpublic java.lang.String toString()
toString in class java.lang.Object