public abstract class TransferFilter extends PointFilter
| 限定符和类型 | 字段和说明 |
|---|---|
protected int[] |
bTable |
protected int[] |
gTable |
protected boolean |
initialized |
protected int[] |
rTable |
canFilterIndexColorModel| 构造器和说明 |
|---|
TransferFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
int |
filterRGB(int x,
int y,
int rgb) |
int[] |
getLUT() |
protected void |
initialize() |
protected int[] |
makeTable() |
protected float |
transferFunction(float v) |
setDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBprotected int[] rTable
protected int[] gTable
protected int[] bTable
protected boolean initialized
public int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterpublic BufferedImage filter(BufferedImage src, BufferedImage dst)
filter 在接口中 BufferedImageOpfilter 在类中 PointFilterprotected void initialize()
protected int[] makeTable()
protected float transferFunction(float v)
public int[] getLUT()
Copyright © 2015. All rights reserved.