public class OutlineOp extends NullOp
| Constructor and Description |
|---|
OutlineOp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyBackground(int[] region) |
boolean |
backgroundInRegion(java.awt.image.BufferedImage src,
Location pt) |
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dest) |
void |
getNeighbors(Location pt,
java.awt.image.BufferedImage src,
int[] region) |
boolean |
isBackground(int sample) |
createCompatibleDestImage, getBounds2D, getOpName, getPoint2D, getRenderingHintspublic boolean isBackground(int sample)
public void getNeighbors(Location pt, java.awt.image.BufferedImage src, int[] region)
public boolean anyBackground(int[] region)
public boolean backgroundInRegion(java.awt.image.BufferedImage src,
Location pt)