com.jhlabs.image
public class BlockFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, transformedSpace, WRAP, ZERO
Constructor and Description |
---|
BlockFilter() |
Modifier and Type | Method and Description |
---|---|
int |
getBlockSize()
Get the pixel block size
|
void |
setBlockSize(int blockSize)
Set the pixel block size
|
java.lang.String |
toString() |
protected void |
transform(int x,
int y,
java.awt.Point out) |
protected void |
transformInverse(int x,
int y,
float[] out) |
filter, filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setBlockSize(int blockSize)
blockSize
- the number of pixels along each block edgepublic int getBlockSize()
protected void transform(int x, int y, java.awt.Point out)
protected void transformInverse(int x, int y, float[] out)
transformInverse
in class TransformFilter
public java.lang.String toString()
toString
in class java.lang.Object