public class EmbossFilter extends WholeImageFilter implements DynFiltering
Constructor and Description |
---|
EmbossFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
float |
getAzimuth() |
float |
getBumpHeight() |
float |
getElevation() |
boolean |
getEmboss() |
void |
setAzimuth(float azimuth) |
void |
setBumpHeight(float bumpHeight) |
void |
setElevation(float elevation) |
void |
setEmboss(boolean emboss) |
String |
toString() |
filter
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public EmbossFilter()
public void setAzimuth(float azimuth)
public float getAzimuth()
public void setElevation(float elevation)
public float getElevation()
public void setBumpHeight(float bumpHeight)
public float getBumpHeight()
public void setEmboss(boolean emboss)
public boolean getEmboss()
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class WholeImageFilter
PageException
Copyright © 2015 Lucee