Uses of Interface
org.eclipse.nebula.visualization.widgets.datadefinition.IPrimaryArrayWrapper
Package | Description |
---|---|
org.eclipse.nebula.visualization.widgets.datadefinition | |
org.eclipse.nebula.visualization.widgets.figures |
-
Uses of IPrimaryArrayWrapper in org.eclipse.nebula.visualization.widgets.datadefinition
Classes in org.eclipse.nebula.visualization.widgets.datadefinition that implement IPrimaryArrayWrapper Modifier and Type Class Description class
ByteArrayWrapper
A wrapper for byte[].class
DoubleArrayWrapper
A wrapper for double[].class
FloatArrayWrapper
A wrapper for float[].class
IntArrayWrapper
A wrapper for int[].class
LongArrayWrapper
A wrapper for long[].class
ShortArrayWrapper
A wrapper for short[].Methods in org.eclipse.nebula.visualization.widgets.datadefinition with parameters of type IPrimaryArrayWrapper Modifier and Type Method Description org.eclipse.swt.graphics.ImageData
ColorMap. drawImage(IPrimaryArrayWrapper dataArray, int dataWidth, int dataHeight, double max, double min, org.eclipse.swt.graphics.ImageData imageData, boolean shrink)
Calculate the image data from source data based on the color map. -
Uses of IPrimaryArrayWrapper in org.eclipse.nebula.visualization.widgets.figures
Classes in org.eclipse.nebula.visualization.widgets.figures that implement IPrimaryArrayWrapper Modifier and Type Class Description class
IntensityGraphFigure.UnsignedPrimitiveArrayWrapper
Wraps an array of raw signed data to emulate an unsigned datatype.Methods in org.eclipse.nebula.visualization.widgets.figures with parameters of type IPrimaryArrayWrapper Modifier and Type Method Description protected int
IntensityGraphFigure. calcRGBPixel(IPrimaryArrayWrapper dataArray, double max, double min, int index)
void
IntensityGraphFigure. setDataArray(IPrimaryArrayWrapper dataWrapper)
Set the data array wrapper for the intensity graph.Constructors in org.eclipse.nebula.visualization.widgets.figures with parameters of type IPrimaryArrayWrapper Constructor Description UnsignedPrimitiveArrayWrapper(IPrimaryArrayWrapper array, int bits)
Wrap an array to return unsigned data.