All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jhlabs.image.SmearFilter

java.lang.Object
   |
   +----java.awt.image.ImageFilter
           |
           +----com.jhlabs.image.WholeImageFilter
                   |
                   +----com.jhlabs.image.SmearFilter

public class SmearFilter
extends com.jhlabs.image.WholeImageFilter
implements java.io.Serializable

Variable Index

 o CIRCLES
 o CROSSES
 o LINES
 o SQUARES

Constructor Index

 o SmearFilter()

Method Index

 o getAngle()
 o getBackground()
 o getDensity()
 o getDistance()
 o getFadeout()
 o getMix()
 o getScatter()
 o getShape()
 o imageComplete(int)
 o randomize()
 o setAngle(double)
 o setBackground(boolean)
 o setDensity(double)
 o setDistance(int)
 o setFadeout(int)
 o setMix(double)
 o setScatter(double)
 o setShape(int)
 o toString()

Variables

 o CROSSES
 public static final int CROSSES
 o LINES
 public static final int LINES
 o CIRCLES
 public static final int CIRCLES
 o SQUARES
 public static final int SQUARES

Constructors

 o SmearFilter
 public SmearFilter()

Methods

 o setShape
 public void setShape(int shape)
 o getShape
 public int getShape()
 o setDistance
 public void setDistance(int distance)
 o getDistance
 public int getDistance()
 o setDensity
 public void setDensity(double density)
 o getDensity
 public double getDensity()
 o setScatter
 public void setScatter(double scatter)
 o getScatter
 public double getScatter()
 o setAngle
 public void setAngle(double angle)
 o getAngle
 public double getAngle()
 o setMix
 public void setMix(double mix)
 o getMix
 public double getMix()
 o setFadeout
 public void setFadeout(int fadeout)
 o getFadeout
 public int getFadeout()
 o setBackground
 public void setBackground(boolean background)
 o getBackground
 public boolean getBackground()
 o randomize
 public void randomize()
 o imageComplete
 public void imageComplete(int status)
Overrides:
imageComplete in class java.awt.image.ImageFilter
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index