BufferedImageOp, Cloneablepublic class MapFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZERO| 构造器 | 说明 |
|---|---|
MapFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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.
|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpacepublic 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 在类中 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 © 2019. All rights reserved.