public abstract class PointFilter extends AbstractBufferedImageOp
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canFilterIndexColorModel |
| Constructor and Description |
|---|
PointFilter() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
abstract int |
filterRGB(int x,
int y,
int rgb) |
void |
setDimensions(int width,
int height) |
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic BufferedImage filter(BufferedImage src, BufferedImage dst)
public void setDimensions(int width,
int height)
public abstract int filterRGB(int x,
int y,
int rgb)
Copyright © 2020. All rights reserved.