public class ScratchFilter extends AbstractBufferedImageOp
filterListener
Constructor and Description |
---|
ScratchFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
float |
getAngle() |
float |
getAngleVariation() |
int |
getColor() |
float |
getDensity() |
float |
getLength() |
int |
getSeed() |
float |
getWidth() |
void |
setAngle(float angle) |
void |
setAngleVariation(float angleVariation) |
void |
setColor(int color) |
void |
setDensity(float density) |
void |
setLength(float length) |
void |
setSeed(int seed) |
void |
setWidth(float width) |
String |
toString() |
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public void setAngle(float angle)
public float getAngle()
public void setAngleVariation(float angleVariation)
public float getAngleVariation()
public void setDensity(float density)
public float getDensity()
public void setLength(float length)
public float getLength()
public void setWidth(float width)
public float getWidth()
public void setColor(int color)
public int getColor()
public void setSeed(int seed)
public int getSeed()
public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter
in interface BufferedImageOp
filter
in class AbstractBufferedImageOp
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.