com.jhlabs.image
Class PlasmaFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.WholeImageFilter
com.jhlabs.image.PlasmaFilter
- All Implemented Interfaces:
- java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
public class PlasmaFilter
- extends WholeImageFilter
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
turbulence
public float turbulence
PlasmaFilter
public PlasmaFilter()
setTurbulence
public void setTurbulence(float turbulence)
getTurbulence
public float getTurbulence()
setScaling
public void setScaling(float scaling)
getScaling
public float getScaling()
setColormap
public void setColormap(Colormap colormap)
getColormap
public Colormap getColormap()
setUseColormap
public void setUseColormap(boolean useColormap)
getUseColormap
public boolean getUseColormap()
setUseImageColors
public void setUseImageColors(boolean useImageColors)
getUseImageColors
public boolean getUseImageColors()
setSeed
public void setSeed(int seed)
getSeed
public int getSeed()
randomize
public void randomize()
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