public abstract class TransferFilter extends PointFilter
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
bTable |
protected int[] |
gTable |
protected boolean |
initialized |
protected int[] |
rTable |
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
TransferFilter() |
| Modifier and Type | Method and Description |
|---|---|
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, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBprotected int[] rTable
protected int[] gTable
protected int[] bTable
protected boolean initialized
public int filterRGB(int x,
int y,
int rgb)
filterRGB in class PointFilterpublic BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class PointFilterprotected void initialize()
protected int[] makeTable()
protected float transferFunction(float v)
public int[] getLUT()
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.