类 TransferFilter
- java.lang.Object
-
- org.meteoinfo.image.filter.AbstractBufferedImageOp
-
- org.meteoinfo.image.filter.PointFilter
-
- org.meteoinfo.image.filter.TransferFilter
-
- 所有已实现的接口:
BufferedImageOp,Cloneable
- 直接已知子类:
ContrastFilter,CurvesFilter,ExposureFilter,GainFilter,GammaFilter,RescaleFilter,SolarizeFilter
public abstract class TransferFilter extends PointFilter
-
-
字段概要
字段 修饰符和类型 字段 说明 protected int[]bTableprotected int[]gTableprotected booleaninitializedprotected int[]rTable-
从类继承的字段 org.meteoinfo.image.filter.PointFilter
canFilterIndexColorModel
-
-
构造器概要
构造器 构造器 说明 TransferFilter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BufferedImagefilter(BufferedImage src, BufferedImage dst)intfilterRGB(int x, int y, int rgb)int[]getLUT()protected voidinitialize()protected int[]makeTable()protected floattransferFunction(float v)-
从类继承的方法 org.meteoinfo.image.filter.PointFilter
setDimensions
-
从类继承的方法 org.meteoinfo.image.filter.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
方法详细资料
-
filterRGB
public int filterRGB(int x, int y, int rgb)- 指定者:
filterRGB在类中PointFilter
-
filter
public BufferedImage filter(BufferedImage src, BufferedImage dst)
- 指定者:
filter在接口中BufferedImageOp- 覆盖:
filter在类中PointFilter
-
initialize
protected void initialize()
-
makeTable
protected int[] makeTable()
-
transferFunction
protected float transferFunction(float v)
-
getLUT
public int[] getLUT()
-
-