public class ROI extends Object
| Constructor and Description |
|---|
ROI(int x,
int y,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
Point |
getBottomLeft() |
Point |
getBottomRight() |
int |
getHeight() |
Point |
getTopLeft() |
Point |
getTopRight() |
int |
getWidth() |
String |
toString() |