|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.TransferFilter
com.jhlabs.image.ExposureFilter
public class ExposureFilter
A filter which changes the exposure of an image.
Field Summary |
---|
Fields inherited from class com.jhlabs.image.TransferFilter |
---|
bTable, gTable, initialized, rTable |
Fields inherited from class com.jhlabs.image.PointFilter |
---|
canFilterIndexColorModel |
Constructor Summary | |
---|---|
ExposureFilter()
|
Method Summary | |
---|---|
float |
getExposure()
Get the exposure level. |
void |
setExposure(float exposure)
Set the exposure level. |
java.lang.String |
toString()
|
protected float |
transferFunction(float f)
|
Methods inherited from class com.jhlabs.image.TransferFilter |
---|
filter, filterRGB, getLUT, initialize, makeTable |
Methods inherited from class com.jhlabs.image.PointFilter |
---|
setDimensions |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExposureFilter()
Method Detail |
---|
protected float transferFunction(float f)
transferFunction
in class TransferFilter
public void setExposure(float exposure)
exposure
- the exposure levelgetExposure()
public float getExposure()
setExposure(float)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |