Class IntensityGraphFigure.UnsignedPrimitiveArrayWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double get​(int i)
      Get the array element value at index i.
      int getSize()
      Get size of the array.
      • Methods inherited from class java.lang.Object

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

      • UnsignedPrimitiveArrayWrapper

        public UnsignedPrimitiveArrayWrapper​(IPrimaryArrayWrapper array,
                                             int bits)
        Wrap an array to return unsigned data.
        Parameters:
        array - Array to be wrapped
        bits - Length of unsigned data, in bits