|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.BlockFilter
public class BlockFilter
A Filter to pixellate images.
Constructor Summary | |
---|---|
BlockFilter()
Construct a BlockFilter. |
|
BlockFilter(int blockSize)
Construct a BlockFilter. |
Method Summary | |
---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
|
int |
getBlockSize()
Get the pixel block size. |
void |
setBlockSize(int blockSize)
Set the pixel block size. |
java.lang.String |
toString()
|
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlockFilter()
public BlockFilter(int blockSize)
blockSize
- the number of pixels along each block edgeMethod Detail |
---|
public void setBlockSize(int blockSize)
blockSize
- the number of pixels along each block edgegetBlockSize()
public int getBlockSize()
setBlockSize(int)
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |