public class MapFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZERO
filterListener
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, transformSpace
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public void setXMapFunction(Function2D xMapFunction)
public Function2D getXMapFunction()
public void setYMapFunction(Function2D yMapFunction)
public Function2D getYMapFunction()
protected void transformInverse(int x, int y, float[] out)
TransformFilter
transformInverse
in class TransformFilter
x
- 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.