类 ErodeAlphaFilter
- java.lang.Object
-
- org.meteoinfo.image.filter.AbstractBufferedImageOp
-
- org.meteoinfo.image.filter.PointFilter
-
- org.meteoinfo.image.filter.ErodeAlphaFilter
-
- 所有已实现的接口:
java.awt.image.BufferedImageOp,java.lang.Cloneable
public class ErodeAlphaFilter extends PointFilter
-
-
字段概要
字段 修饰符和类型 字段 说明 protected floatradius-
从类继承的字段 org.meteoinfo.image.filter.PointFilter
canFilterIndexColorModel
-
-
构造器概要
构造器 构造器 说明 ErodeAlphaFilter()ErodeAlphaFilter(float radius, float threshold, float softness)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.awt.image.BufferedImagefilter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)intfilterRGB(int x, int y, int rgb)floatgetRadius()floatgetSoftness()floatgetThreshold()voidsetRadius(float radius)voidsetSoftness(float softness)voidsetThreshold(float threshold)java.lang.StringtoString()-
从类继承的方法 org.meteoinfo.image.filter.PointFilter
setDimensions
-
从类继承的方法 org.meteoinfo.image.filter.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
方法详细资料
-
setRadius
public void setRadius(float radius)
-
getRadius
public float getRadius()
-
setThreshold
public void setThreshold(float threshold)
-
getThreshold
public float getThreshold()
-
setSoftness
public void setSoftness(float softness)
-
getSoftness
public float getSoftness()
-
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)- 指定者:
filter在接口中java.awt.image.BufferedImageOp- 覆盖:
filter在类中PointFilter
-
filterRGB
public int filterRGB(int x, int y, int rgb)- 指定者:
filterRGB在类中PointFilter
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
-