Package com.sun.jna.platform
Schnittstelle RasterRangesUtils.RangesOutput
- Umschließende Klasse:
RasterRangesUtils
public static interface RasterRangesUtils.RangesOutput
Abstraction of a sink for ranges.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
outputRange
(int x, int y, int w, int h) Output a rectangular range.
-
Methodendetails
-
outputRange
boolean outputRange(int x, int y, int w, int h) Output a rectangular range.- Parameter:
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- Gibt zurück:
- true if the output succeeded, false otherwise
-