public class QuiltFilter extends WholeImageFilter implements DynFiltering
Constructor and Description |
---|
QuiltFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
float |
getA() |
float |
getB() |
float |
getC() |
Colormap |
getColormap()
Get the colormap to be used for the filter.
|
float |
getD() |
int |
getIterations()
Get the number of iterations the effect is performed.
|
int |
getK() |
void |
randomize() |
void |
setA(float a) |
void |
setB(float b) |
void |
setC(float c) |
void |
setColormap(Colormap colormap)
Set the colormap to be used for the filter.
|
void |
setD(float d) |
void |
setIterations(int iterations)
Set the number of iterations the effect is performed.
|
void |
setK(int k) |
String |
toString() |
filter
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public QuiltFilter()
public void randomize()
public void setIterations(int iterations)
iterations
- the number of iterationsgetIterations()
public int getIterations()
setIterations(int)
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)
colormap
- the colormapgetColormap()
public Colormap getColormap()
setColormap(lucee.runtime.img.filter.Colormap)
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class WholeImageFilter
PageException
Copyright © 2015 Lucee