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 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.Fields in org.eclipse.nebula.visualization.widgets.figures declared as IPrimaryArrayWrapper Modifier and Type Field Description private IPrimaryArrayWrapperIntensityGraphFigure.UnsignedPrimitiveArrayWrapper. arrayprivate IPrimaryArrayWrapperIntensityGraphFigure. croppedDataArrayprivate IPrimaryArrayWrapperIntensityGraphFigure. dataArrayMethods in org.eclipse.nebula.visualization.widgets.figures that return IPrimaryArrayWrapper Modifier and Type Method Description private IPrimaryArrayWrapperIntensityGraphFigure.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 intIntensityGraphFigure. 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.ImageDataIntensityGraphFigure. 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 voidIntensityGraphFigure. fireProfileDataChanged(IPrimaryArrayWrapper data, int dw, int dh)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.
-