public class MapFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZERO| Constructor and Description |
|---|
MapFilter() |
| Modifier and Type | Method and Description |
|---|---|
Function2D |
getXMapFunction() |
Function2D |
getYMapFunction() |
void |
setXMapFunction(Function2D xMapFunction) |
void |
setYMapFunction(Function2D yMapFunction) |
java.lang.String |
toString() |
protected void |
transformInverse(int x,
int y,
float[] out)
Inverse transform a point.
|
filter, filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpaceclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColorpublic 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 imagepublic java.lang.String toString()
toString in class java.lang.Object