java.awt.image
public class BufferedImageFilter extends ImageFilter implements Cloneable
| Constructor Summary | |
|---|---|
| BufferedImageFilter(BufferedImageOp op) | |
| Method Summary | |
|---|---|
| BufferedImageOp | getBufferedImageOp() |
| void | setPixels(int x, int y, int w, int h, ColorModel model, byte[] pixels, int off, int scansize) |
| void | setPixels(int x, int y, int w, int h, ColorModel model, int[] pixels, int off, int scansize) |
Returns: Returns the contained BufferedImageOp.