public class GainFilter extends TransferFilter
bTable, gTable, initialized, rTablecanFilterIndexColorModel| Constructor and Description |
|---|
GainFilter() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBias()
Get the bias.
|
float |
getGain()
Get the gain.
|
void |
setBias(float bias)
Set the bias.
|
void |
setGain(float gain)
Set the gain.
|
java.lang.String |
toString() |
protected float |
transferFunction(float f) |
filter, filterRGB, getLUT, initialize, makeTablesetDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBprotected float transferFunction(float f)
transferFunction in class TransferFilterpublic void setGain(float gain)
gain - the gaingetGain()public float getGain()
setGain(float)public void setBias(float bias)
bias - the biasgetBias()public float getBias()
setBias(float)public java.lang.String toString()
toString in class java.lang.Object