类 HSBAdjustFilter
- java.lang.Object
-
- org.meteoinfo.image.filter.AbstractBufferedImageOp
-
- org.meteoinfo.image.filter.PointFilter
-
- org.meteoinfo.image.filter.HSBAdjustFilter
-
- 所有已实现的接口:
BufferedImageOp,Cloneable
public class HSBAdjustFilter extends PointFilter
-
-
字段概要
字段 修饰符和类型 字段 说明 floatbFactorfloathFactorfloatsFactor-
从类继承的字段 org.meteoinfo.image.filter.PointFilter
canFilterIndexColorModel
-
-
构造器概要
构造器 构造器 说明 HSBAdjustFilter()HSBAdjustFilter(float r, float g, float b)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intfilterRGB(int x, int y, int rgb)floatgetBFactor()floatgetHFactor()floatgetSFactor()voidsetBFactor(float bFactor)voidsetHFactor(float hFactor)voidsetSFactor(float sFactor)StringtoString()-
从类继承的方法 org.meteoinfo.image.filter.PointFilter
filter, setDimensions
-
从类继承的方法 org.meteoinfo.image.filter.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
方法详细资料
-
setHFactor
public void setHFactor(float hFactor)
-
getHFactor
public float getHFactor()
-
setSFactor
public void setSFactor(float sFactor)
-
getSFactor
public float getSFactor()
-
setBFactor
public void setBFactor(float bFactor)
-
getBFactor
public float getBFactor()
-
filterRGB
public int filterRGB(int x, int y, int rgb)- 指定者:
filterRGB在类中PointFilter
-
-