public class PerspectivFilter extends TransformFilter
CLAMP, edgeAction, WRAP, ZEROcanFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, originalSpace, transformedSpace| Constructor and Description |
|---|
PerspectivFilter() |
PerspectivFilter(float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCorners(float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
java.lang.String |
toString() |
protected void |
transformInverse(int x,
int y,
float[] out) |
getEdgeAction, imageComplete, setEdgeAction, transformSpacegetTransformedSpace, setColorModel, setDimensions, setPixels, setPixelspublic PerspectivFilter()
public PerspectivFilter(float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
public void setCorners(float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
protected void transformInverse(int x,
int y,
float[] out)
transformInverse in class TransformFilterpublic java.lang.String toString()
toString in class java.lang.Object