public class PlasmaFilter extends WholeImageFilter implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
float |
turbulence |
originalSpace, transformedSpace
Constructor and Description |
---|
PlasmaFilter() |
Modifier and Type | Method and Description |
---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace) |
Colormap |
getColormap() |
float |
getScaling() |
int |
getSeed() |
float |
getTurbulence() |
boolean |
getUseColormap() |
boolean |
getUseImageColors() |
void |
randomize() |
void |
setColormap(Colormap colormap) |
void |
setScaling(float scaling) |
void |
setSeed(int seed) |
void |
setTurbulence(float turbulence) |
void |
setUseColormap(boolean useColormap) |
void |
setUseImageColors(boolean useImageColors) |
java.lang.String |
toString() |
filter, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setTurbulence(float turbulence)
public float getTurbulence()
public void setScaling(float scaling)
public float getScaling()
public void setColormap(Colormap colormap)
public Colormap getColormap()
public void setUseColormap(boolean useColormap)
public boolean getUseColormap()
public void setUseImageColors(boolean useImageColors)
public boolean getUseImageColors()
public void setSeed(int seed)
public int getSeed()
public void randomize()
protected int[] filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)
filterPixels
in class WholeImageFilter
public java.lang.String toString()
toString
in class java.lang.Object