BufferedImageOp, CloneableContrastFilter, CurvesFilter, ExposureFilter, GainFilter, GammaFilter, RescaleFilter, SolarizeFilterpublic 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) |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetDimensionsprotected 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 © 2019. All rights reserved.