Package com.sun.jna.platform
Interface RasterRangesUtils.RangesOutput
- Enclosing class:
RasterRangesUtils
public static interface RasterRangesUtils.RangesOutput
Abstraction of a sink for ranges.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
outputRange
(int x, int y, int w, int h) Output a rectangular range.
-
Method Details
-
outputRange
boolean outputRange(int x, int y, int w, int h) Output a rectangular range.- Parameters:
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- Returns:
- true if the output succeeded, false otherwise
-