public static interface RasterRangesUtils.RangesOutput
Modifier and Type | Method and Description |
---|---|
boolean |
outputRange(int x,
int y,
int w,
int h)
Output a rectangular range.
|
boolean outputRange(int x, int y, int w, int h)
x
- x coordinate of the top-left corner of the rangey
- y coordinate of the top-left corner of the rangew
- width of the rangeh
- height of the range