j2d.filters
Class QuiltFilter
java.lang.Object
   j2d.filters.AbstractBufferedImageOp
j2d.filters.AbstractBufferedImageOp
       j2d.filters.WholeImageFilter
j2d.filters.WholeImageFilter
           j2d.filters.QuiltFilter
j2d.filters.QuiltFilter
- All Implemented Interfaces: 
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
- public class QuiltFilter 
- extends WholeImageFilter- implements java.io.Serializable
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
QuiltFilter
public QuiltFilter()
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
public void setColormap(Colormap colormap)
- 
 
- 
 
getColormap
public Colormap getColormap()
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
-