com.jhlabs.image
public class QuiltFilter extends WholeImageFilter implements java.io.Serializable
originalSpace, transformedSpace
Constructor and Description |
---|
QuiltFilter() |
Modifier and Type | Method and Description |
---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace) |
float |
getA() |
float |
getB() |
float |
getC() |
Colormap |
getColormap() |
float |
getD() |
int |
getIterations() |
int |
getK() |
void |
randomize() |
void |
setA(float a) |
void |
setB(float b) |
void |
setC(float c) |
void |
setColormap(Colormap colormap) |
void |
setD(float d) |
void |
setIterations(int iterations) |
void |
setK(int k) |
java.lang.String |
toString() |
filter, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void randomize()
public void setIterations(int iterations)
public int getIterations()
public void setA(float a)
public float getA()
public void setB(float b)
public float getB()
public void setC(float c)
public float getC()
public void setD(float d)
public float getD()
public void setK(int k)
public int getK()
public void setColormap(Colormap colormap)
public Colormap getColormap()
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