类 ScratchFilter
- java.lang.Object
-
- org.meteoinfo.image.filter.AbstractBufferedImageOp
-
- org.meteoinfo.image.filter.ScratchFilter
-
- 所有已实现的接口:
BufferedImageOp,Cloneable
public class ScratchFilter extends AbstractBufferedImageOp
-
-
构造器概要
构造器 构造器 说明 ScratchFilter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BufferedImagefilter(BufferedImage src, BufferedImage dst)floatgetAngle()floatgetAngleVariation()intgetColor()floatgetDensity()floatgetLength()intgetSeed()floatgetWidth()voidsetAngle(float angle)voidsetAngleVariation(float angleVariation)voidsetColor(int color)voidsetDensity(float density)voidsetLength(float length)voidsetSeed(int seed)voidsetWidth(float width)StringtoString()-
从类继承的方法 org.meteoinfo.image.filter.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
方法详细资料
-
setAngle
public void setAngle(float angle)
-
getAngle
public float getAngle()
-
setAngleVariation
public void setAngleVariation(float angleVariation)
-
getAngleVariation
public float getAngleVariation()
-
setDensity
public void setDensity(float density)
-
getDensity
public float getDensity()
-
setLength
public void setLength(float length)
-
getLength
public float getLength()
-
setWidth
public void setWidth(float width)
-
getWidth
public float getWidth()
-
setColor
public void setColor(int color)
-
getColor
public int getColor()
-
setSeed
public void setSeed(int seed)
-
getSeed
public int getSeed()
-
filter
public BufferedImage filter(BufferedImage src, BufferedImage dst)
-
-