public class DeinterlaceFilter extends AbstractBufferedImageOp
| Modifier and Type | Field and Description |
|---|---|
static int |
AVERAGE |
static int |
EVEN |
static int |
ODD |
| Constructor and Description |
|---|
DeinterlaceFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst) |
int |
getMode() |
void |
setMode(int mode) |
java.lang.String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic static final int EVEN
public static final int ODD
public static final int AVERAGE