com.jhlabs.image
Class QuiltFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by j2d.filters.WholeImageFilter
          extended by com.jhlabs.image.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

Constructor Summary
QuiltFilter()
           
 
Method Summary
 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()
           
 
Methods inherited from class j2d.filters.WholeImageFilter
filter
 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuiltFilter

public QuiltFilter()
Method Detail

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:
toString in class java.lang.Object