public abstract class WholeImageFilter extends AbstractBufferedImageOp implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Rectangle |
originalSpace |
protected Rectangle |
transformedSpace |
| Constructor and Description |
|---|
WholeImageFilter()
Construct a WholeImageFilter
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
protected abstract int[] |
filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace) |
protected void |
transformSpace(Rectangle rect) |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBprotected Rectangle transformedSpace
protected Rectangle originalSpace
public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpprotected abstract int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
protected void transformSpace(Rectangle rect)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.