-
- All Implemented Interfaces:
public final class Range2dDefine a range of data to process.
This class is used to restrict a RenderScriptToolkit operation to a rectangular subset of the input tensor.
-
-
Method Summary
Modifier and Type Method Description final IntegergetStartX()The index of the first value to be included on the X axis. final IntegergetEndX()The index after the last value to be included on the X axis. final IntegergetStartY()The index of the first value to be included on the Y axis. final IntegergetEndY()The index after the last value to be included on the Y axis.
-