类 FadeFilter
- java.lang.Object
-
- org.meteoinfo.image.filter.AbstractBufferedImageOp
-
- org.meteoinfo.image.filter.PointFilter
-
- org.meteoinfo.image.filter.FadeFilter
-
- 所有已实现的接口:
java.awt.image.BufferedImageOp,java.lang.Cloneable
public class FadeFilter extends PointFilter
-
-
字段概要
-
从类继承的字段 org.meteoinfo.image.filter.PointFilter
canFilterIndexColorModel
-
-
构造器概要
构造器 构造器 说明 FadeFilter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intfilterRGB(int x, int y, int rgb)floatgetAngle()Returns the angle of the texture.floatgetFadeStart()floatgetFadeWidth()booleangetInvert()intgetSides()voidsetAngle(float angle)Specifies the angle of the texture.voidsetDimensions(int width, int height)voidsetFadeStart(float fadeStart)voidsetFadeWidth(float fadeWidth)voidsetInvert(boolean invert)voidsetSides(int sides)floatsymmetry(float x, float b)java.lang.StringtoString()-
从类继承的方法 org.meteoinfo.image.filter.PointFilter
filter
-
从类继承的方法 org.meteoinfo.image.filter.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
方法详细资料
-
setAngle
public void setAngle(float angle)
Specifies the angle of the texture.- 参数:
angle- the angle of the texture.- 另请参阅:
getAngle()
-
getAngle
public float getAngle()
Returns the angle of the texture.- 返回:
- the angle of the texture.
- 另请参阅:
setAngle(float)
-
setSides
public void setSides(int sides)
-
getSides
public int getSides()
-
setFadeStart
public void setFadeStart(float fadeStart)
-
getFadeStart
public float getFadeStart()
-
setFadeWidth
public void setFadeWidth(float fadeWidth)
-
getFadeWidth
public float getFadeWidth()
-
setInvert
public void setInvert(boolean invert)
-
getInvert
public boolean getInvert()
-
setDimensions
public void setDimensions(int width, int height)- 覆盖:
setDimensions在类中PointFilter
-
filterRGB
public int filterRGB(int x, int y, int rgb)- 指定者:
filterRGB在类中PointFilter
-
symmetry
public float symmetry(float x, float b)
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
-