public class GainFilter extends TransferFilter
bTable, gTable, initialized, rTablecanFilterIndexColorModel| 构造器和说明 |
|---|
GainFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
float |
getBias()
Get the bias.
|
float |
getGain()
Get the gain.
|
void |
setBias(float bias)
Set the bias.
|
void |
setGain(float gain)
Set the gain.
|
String |
toString() |
protected float |
transferFunction(float f) |
filter, filterRGB, getLUT, initialize, makeTablesetDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBprotected float transferFunction(float f)
transferFunction 在类中 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)Copyright © 2015. All rights reserved.