public abstract class WindowOp extends NullOp
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowOp.NullFunction |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
forward |
protected double |
maxRadius |
protected WindowingFunction |
windowingFunction |
protected int |
xc |
protected int |
yc |
| Constructor and Description |
|---|
WindowOp() |
WindowOp(WindowingFunction f,
boolean forward) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dest) |
createCompatibleDestImage, getBounds2D, getOpName, getPoint2D, getRenderingHintsprotected boolean forward
protected int xc
protected int yc
protected double maxRadius
protected WindowingFunction windowingFunction
public WindowOp(WindowingFunction f, boolean forward)
f - forward - public WindowOp()