com.jhlabs.image
Class PlasmaFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by j2d.filters.WholeImageFilter
          extended by com.jhlabs.image.PlasmaFilter
All Implemented Interfaces:
ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable

public class PlasmaFilter
extends WholeImageFilter
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 float turbulence
           
 
Constructor Summary
PlasmaFilter()
           
 
Method Summary
 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()
           
 
Methods inherited from class j2d.filters.WholeImageFilter
filter
 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

turbulence

public float turbulence
Constructor Detail

PlasmaFilter

public PlasmaFilter()
Method Detail

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()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object