Package 

Class Range2d

  • All Implemented Interfaces:

    
    public final class Range2d
    
                        

    Define a range of data to process.

    This class is used to restrict a RenderScriptToolkit operation to a rectangular subset of the input tensor.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getStartX() The index of the first value to be included on the X axis.
      final Integer getEndX() The index after the last value to be included on the X axis.
      final Integer getStartY() The index of the first value to be included on the Y axis.
      final Integer getEndY() The index after the last value to be included on the Y axis.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStartX

         final Integer getStartX()

        The index of the first value to be included on the X axis.

      • getEndX

         final Integer getEndX()

        The index after the last value to be included on the X axis.

      • getStartY

         final Integer getStartY()

        The index of the first value to be included on the Y axis.

      • getEndY

         final Integer getEndY()

        The index after the last value to be included on the Y axis.