Package com.jhlabs.image
Class QuiltFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.WholeImageFilter
com.jhlabs.image.QuiltFilter
- All Implemented Interfaces:
BufferedImageOp
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.jhlabs.image.WholeImageFilter
originalSpace, transformedSpace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int[]
filterPixels
(int width, int height, int[] inPixels, Rectangle transformedSpace) float
getA()
float
getB()
float
getC()
float
getD()
int
int
getK()
void
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) toString()
Methods inherited from class com.jhlabs.image.WholeImageFilter
filter, transformSpace
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Constructor Details
-
QuiltFilter
public QuiltFilter()
-
-
Method Details
-
randomize
public void randomize() -
setIterations
public void setIterations(int iterations) -
getIterations
public int getIterations() -
setA
public void setA(float a) -
getA
public float getA() -
setB
public void setB(float b) -
getB
public float getB() -
setC
public void setC(float c) -
getC
public float getC() -
setD
public void setD(float d) -
getD
public float getD() -
setK
public void setK(int k) -
getK
public int getK() -
setColormap
-
getColormap
-
filterPixels
- Specified by:
filterPixels
in classWholeImageFilter
-
toString
-