public class WoodFilter extends PointFilter
Modifier and Type | Field and Description |
---|---|
float |
fibres |
float |
gain |
float |
rings |
float |
turbulence |
canFilterIndexColorModel
Constructor and Description |
---|
WoodFilter() |
Modifier and Type | Method and Description |
---|---|
int |
filterRGB(int x,
int y,
int rgb) |
float |
getAngle() |
Colormap |
getColormap() |
float |
getFibres() |
Function2D |
getFunction() |
float |
getGain() |
float |
getRings() |
float |
getScale() |
float |
getStretch() |
float |
getTurbulence() |
void |
setAngle(float angle) |
void |
setColormap(Colormap colormap) |
void |
setFibres(float fibres) |
void |
setFunction(Function2D function) |
void |
setgain(float gain) |
void |
setRings(float rings) |
void |
setScale(float scale) |
void |
setStretch(float stretch) |
void |
setTurbulence(float turbulence) |
java.lang.String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public float rings
public float turbulence
public float fibres
public float gain
public void setRings(float rings)
public float getRings()
public void setFunction(Function2D function)
public Function2D getFunction()
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 setFibres(float fibres)
public float getFibres()
public void setgain(float gain)
public float getGain()
public void setColormap(Colormap colormap)
public Colormap getColormap()
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public java.lang.String toString()
toString
in class java.lang.Object