j2d.filters
Class SmearFilter
java.lang.Object
j2d.filters.AbstractBufferedImageOp
j2d.filters.WholeImageFilter
j2d.filters.SmearFilter
- All Implemented Interfaces:
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
public class SmearFilter
- extends WholeImageFilter
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CROSSES
public static final int CROSSES
- See Also:
- Constant Field Values
LINES
public static final int LINES
- See Also:
- Constant Field Values
CIRCLES
public static final int CIRCLES
- See Also:
- Constant Field Values
SQUARES
public static final int SQUARES
- See Also:
- Constant Field Values
SmearFilter
public SmearFilter()
setShape
public void setShape(int shape)
getShape
public int getShape()
setDistance
public void setDistance(int distance)
getDistance
public int getDistance()
setDensity
public void setDensity(float density)
getDensity
public float getDensity()
setScatter
public void setScatter(float scatter)
getScatter
public float getScatter()
setAngle
public void setAngle(float angle)
getAngle
public float getAngle()
setMix
public void setMix(float mix)
getMix
public float getMix()
setFadeout
public void setFadeout(int fadeout)
getFadeout
public int getFadeout()
setBackground
public void setBackground(boolean background)
getBackground
public boolean getBackground()
randomize
public void randomize()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object