Uses of Interface
org.eclipse.nebula.visualization.widgets.datadefinition.IPrimaryArrayWrapper
-
Packages that use 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.Fields in org.eclipse.nebula.visualization.widgets.figures declared as IPrimaryArrayWrapper Modifier and Type Field Description private IPrimaryArrayWrapper
IntensityGraphFigure.UnsignedPrimitiveArrayWrapper. array
private IPrimaryArrayWrapper
IntensityGraphFigure. croppedDataArray
private IPrimaryArrayWrapper
IntensityGraphFigure. dataArray
Methods in org.eclipse.nebula.visualization.widgets.figures that return IPrimaryArrayWrapper Modifier and Type Method Description private IPrimaryArrayWrapper
IntensityGraphFigure.GraphArea. cropDataArray(int left, int right, int top, int bottom)
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)
private double[]
IntensityGraphFigure. calculateXProfileData(IPrimaryArrayWrapper data, int dw, int dh)
private double[]
IntensityGraphFigure. calculateYProfileData(IPrimaryArrayWrapper data, int dw, int dh)
private org.eclipse.swt.graphics.ImageData
IntensityGraphFigure. drawRGBImage(IPrimaryArrayWrapper dataArray, int dataWidth, int dataHeight, double max, double min, org.eclipse.swt.graphics.ImageData imageData, boolean shrink)
Calculate the image data from source RGB data array [RGBRGBRGB...].private void
IntensityGraphFigure. fireProfileDataChanged(IPrimaryArrayWrapper data, int dw, int dh)
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.
-