public class ScreenImage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_filename |
protected java.awt.image.BufferedImage |
_img |
protected java.awt.Rectangle |
_roi |
int |
h |
int |
w |
int |
x |
int |
y |
Constructor and Description |
---|
ScreenImage(java.awt.Rectangle roi,
java.awt.image.BufferedImage img) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilename()
lazy method: creates the file only when needed.
|
java.awt.image.BufferedImage |
getImage() |
java.awt.Rectangle |
getROI() |
public int x
public int y
public int w
public int h
protected java.awt.Rectangle _roi
protected java.awt.image.BufferedImage _img
protected java.lang.String _filename