Class QuiltFilter

  • All Implemented Interfaces:
    java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable

    public class QuiltFilter
    extends WholeImageFilter
    implements java.io.Serializable
    See Also:
    Serialized Form
    • 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()
      • filterPixels

        protected int[] filterPixels​(int width,
                                     int height,
                                     int[] inPixels,
                                     java.awt.Rectangle transformedSpace)
        Specified by:
        filterPixels in class WholeImageFilter
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object