public class LevelsFilter extends WholeImageFilter implements DynFiltering
Constructor and Description |
---|
LevelsFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
int |
filterRGB(int x,
int y,
int rgb) |
float |
getHighLevel() |
float |
getHighOutputLevel() |
float |
getLowLevel() |
float |
getLowOutputLevel() |
void |
setHighLevel(float highLevel) |
void |
setHighOutputLevel(float highOutputLevel) |
void |
setLowLevel(float lowLevel) |
void |
setLowOutputLevel(float lowOutputLevel) |
String |
toString() |
filter
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public LevelsFilter()
public void setLowLevel(float lowLevel)
public float getLowLevel()
public void setHighLevel(float highLevel)
public float getHighLevel()
public void setLowOutputLevel(float lowOutputLevel)
public float getLowOutputLevel()
public void setHighOutputLevel(float highOutputLevel)
public float getHighOutputLevel()
public int filterRGB(int x, int y, int rgb)
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class WholeImageFilter
PageException
Copyright © 2015 Lucee