| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.WholeImageFiltercom.jhlabs.image.BinaryFiltercom.jhlabs.image.LifeFilterpublic class LifeFilterextends BinaryFilterField Summary |
Fields inherited from class com.jhlabs.image.BinaryFilter | |
blackFunction, colormap, iterations, newColor | |
Fields inherited from class com.jhlabs.image.WholeImageFilter | |
originalSpace, transformedSpace | |
Constructor Summary | |
Method Summary | |
protected int[] |
|
String |
|
Methods inherited from class com.jhlabs.image.BinaryFilter | |
getBlackFunction, getColormap, getIterations, getNewColor, setBlackFunction, setColormap, setIterations, setNewColor | |
Methods inherited from class com.jhlabs.image.WholeImageFilter | |
filter, filterPixels, transformSpace | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
- Overrides:
- filterPixels in interface WholeImageFilter
public String toString()