public class FieldWarpFilter extends TransformFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldWarpFilter.Line |
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZEROfilterListener| Constructor and Description |
|---|
FieldWarpFilter() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
float |
getAmount()
Get the amount of warp.
|
FieldWarpFilter.Line[] |
getInLines() |
FieldWarpFilter.Line[] |
getOutLines() |
float |
getPower() |
float |
getStrength() |
void |
setAmount(float amount)
Set the amount of warp.
|
void |
setInLines(FieldWarpFilter.Line[] inLines) |
void |
setOutLines(FieldWarpFilter.Line[] outLines) |
void |
setPower(float power) |
void |
setStrength(float strength) |
String |
toString() |
protected void |
transform(int x,
int y,
Point out) |
protected void |
transformInverse(int x,
int y,
float[] out)
Inverse transform a point.
|
filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpaceclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic void setAmount(float amount)
amount - the amountgetAmount()public float getAmount()
setAmount(float)public void setPower(float power)
public float getPower()
public void setStrength(float strength)
public float getStrength()
public void setInLines(FieldWarpFilter.Line[] inLines)
public FieldWarpFilter.Line[] getInLines()
public void setOutLines(FieldWarpFilter.Line[] outLines)
public FieldWarpFilter.Line[] getOutLines()
protected void transform(int x,
int y,
Point out)
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 BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class TransformFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.