public class OffsetFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZEROfilterListener| Constructor and Description |
|---|
OffsetFilter() |
OffsetFilter(int xOffset,
int yOffset,
boolean wrap) |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
boolean |
getWrap() |
int |
getXOffset() |
int |
getYOffset() |
void |
setWrap(boolean wrap) |
void |
setXOffset(int xOffset) |
void |
setYOffset(int yOffset) |
String |
toString() |
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 OffsetFilter()
public OffsetFilter(int xOffset,
int yOffset,
boolean wrap)
public void setXOffset(int xOffset)
public int getXOffset()
public void setYOffset(int yOffset)
public int getYOffset()
public void setWrap(boolean wrap)
public boolean getWrap()
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.