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 classByteArrayWrapperA wrapper for byte[].classDoubleArrayWrapperA wrapper for double[].classFloatArrayWrapperA wrapper for float[].classIntArrayWrapperA wrapper for int[].classLongArrayWrapperA wrapper for long[].classShortArrayWrapperA 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.ImageDataColorMap. 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 classIntensityGraphFigure.UnsignedPrimitiveArrayWrapperWraps 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 intIntensityGraphFigure. calcRGBPixel(IPrimaryArrayWrapper dataArray, double max, double min, int index)voidIntensityGraphFigure. 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.