public class BlockFilter extends TransformFilter
CLAMP, edgeAction, WRAP, ZEROcanFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, originalSpace, transformedSpace| 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) |
getEdgeAction, imageComplete, setEdgeAction, transformSpacegetTransformedSpace, setColorModel, setDimensions, setPixels, setPixelspublic 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 TransformFilterpublic java.lang.String toString()
toString in class java.lang.Object