public class MarbleTexFilter extends PointFilter implements DynFiltering
Constructor and Description |
---|
MarbleTexFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
int |
filterRGB(int x,
int y,
int rgb) |
float |
getAngle() |
Colormap |
getColormap() |
float |
getScale() |
float |
getStretch() |
float |
getTurbulence() |
float |
getTurbulenceFactor() |
void |
setAngle(float angle) |
void |
setColormap(Colormap colormap) |
void |
setScale(float scale) |
void |
setStretch(float stretch) |
void |
setTurbulence(float turbulence) |
void |
setTurbulenceFactor(float turbulenceFactor) |
String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public MarbleTexFilter()
public void setScale(float scale)
public float getScale()
public void setStretch(float stretch)
public float getStretch()
public void setAngle(float angle)
public float getAngle()
public void setTurbulence(float turbulence)
public float getTurbulence()
public void setTurbulenceFactor(float turbulenceFactor)
public float getTurbulenceFactor()
public void setColormap(Colormap colormap)
public Colormap getColormap()
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class PointFilter
PageException
Copyright © 2015 Lucee