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