public class MapFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZEROfilterListener| Constructor and Description |
|---|
MapFilter() |
| Modifier and Type | Method and Description |
|---|---|
Function2D |
getXMapFunction() |
Function2D |
getYMapFunction() |
void |
setXMapFunction(Function2D xMapFunction) |
void |
setYMapFunction(Function2D yMapFunction) |
String |
toString() |
protected void |
transformInverse(int x,
int y,
float[] out)
Inverse transform a point.
|
filter, filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpaceclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic void setXMapFunction(Function2D xMapFunction)
public Function2D getXMapFunction()
public void setYMapFunction(Function2D yMapFunction)
public Function2D getYMapFunction()
protected void transformInverse(int x,
int y,
float[] out)
TransformFiltertransformInverse in class TransformFilterx - the X position of the pixel in the output imagey - the Y position of the pixel in the output imageout - the position of the pixel in the input imageCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.