railo.runtime.img.filter
Class ExposureFilter
java.lang.Object
railo.runtime.img.filter.AbstractBufferedImageOp
railo.runtime.img.filter.PointFilter
railo.runtime.img.filter.TransferFilter
railo.runtime.img.filter.ExposureFilter
- All Implemented Interfaces:
- BufferedImageOp, Cloneable, DynFiltering
public class ExposureFilter
- extends TransferFilter
- implements DynFiltering
A filter which changes the exposure of an image.
ExposureFilter
public ExposureFilter()
setExposure
public void setExposure(float exposure)
- Set the exposure level.
- Parameters:
exposure
- the exposure level- See Also:
getExposure()
getExposure
public float getExposure()
- Get the exposure level.
- Returns:
- the exposure level
- See Also:
setExposure(float)
toString
public String toString()
- Overrides:
toString
in class Object
filter
public BufferedImage filter(BufferedImage src,
Struct parameters)
throws PageException
- Specified by:
filter
in interface DynFiltering
- Overrides:
filter
in class TransferFilter
- Throws:
PageException
Copyright © 2012 Railo