public class EmbossFilter extends WholeImageFilter
originalSpace, transformedSpacefilterListener| Constructor and Description |
|---|
EmbossFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
Actually filter the pixels.
|
float |
getAzimuth() |
float |
getBumpHeight() |
float |
getElevation() |
boolean |
getEmboss() |
ImageFilterOps |
getMetaData()
Bambi filter metadata.
|
void |
setAzimuth(float azimuth) |
void |
setBumpHeight(float bumpHeight) |
void |
setElevation(float elevation) |
void |
setEmboss(boolean emboss) |
String |
toString() |
filter, transformSpaceclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic 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()
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
WholeImageFilterfilterPixels in class WholeImageFilterwidth - the image widthheight - the image heightinPixels - the image pixelstransformedSpace - the output boundspublic ImageFilterOps getMetaData()
AbstractBufferedImageOpgetMetaData in interface ImageFilterOpSupportgetMetaData in class AbstractBufferedImageOpCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.