com.jhlabs.image
public class OilFilter extends WholeImageFilter
originalSpace, transformedSpace
Constructor and Description |
---|
OilFilter() |
Modifier and Type | Method and Description |
---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace) |
int |
getLevels() |
int |
getRange() |
void |
setLevels(int levels) |
void |
setRange(int range) |
java.lang.String |
toString() |
filter, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setRange(int range)
public int getRange()
public void setLevels(int levels)
public int getLevels()
protected int[] filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)
filterPixels
in class WholeImageFilter
public java.lang.String toString()
toString
in class java.lang.Object