Class IntensityGraphFigure.UnsignedPrimitiveArrayWrapper

java.lang.Object
org.eclipse.nebula.visualization.widgets.figures.IntensityGraphFigure.UnsignedPrimitiveArrayWrapper
All Implemented Interfaces:
IPrimaryArrayWrapper
Enclosing class:
IntensityGraphFigure

public class IntensityGraphFigure.UnsignedPrimitiveArrayWrapper
extends java.lang.Object
implements IPrimaryArrayWrapper
Wraps an array of raw signed data to emulate an unsigned datatype.
  • Constructor Summary

    Constructors 
    Constructor Description
    UnsignedPrimitiveArrayWrapper​(IPrimaryArrayWrapper array, int bits)
    Wrap an array to return unsigned data.
  • Method Summary

    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