Uses of Interface
org.csstudio.swt.widgets.datadefinition.IPrimaryArrayWrapper
Packages that use IPrimaryArrayWrapper
Package
Description
-
Uses of IPrimaryArrayWrapper in org.csstudio.opibuilder.widgets.util
Classes in org.csstudio.opibuilder.widgets.util that implement IPrimaryArrayWrapper -
Uses of IPrimaryArrayWrapper in org.csstudio.swt.widgets.datadefinition
Classes in org.csstudio.swt.widgets.datadefinition that implement IPrimaryArrayWrapperModifier and TypeClassDescriptionclassA wrapper for byte[].classA wrapper for double[].classA wrapper for float[].classA wrapper for int[].classA wrapper for long[].classA wrapper for short[].Methods in org.csstudio.swt.widgets.datadefinition with parameters of type IPrimaryArrayWrapperModifier and TypeMethodDescriptionColorMap.drawImage(IPrimaryArrayWrapper dataArray, int dataWidth, int dataHeight, double max, double min, ImageData imageData, boolean shrink) Calculate the image data from source data based on the color map. -
Uses of IPrimaryArrayWrapper in org.csstudio.swt.widgets.figures
Methods in org.csstudio.swt.widgets.figures with parameters of type IPrimaryArrayWrapperModifier and TypeMethodDescriptionprotected intIntensityGraphFigure.calcRGBPixel(IPrimaryArrayWrapper dataArray, double max, double min, int index) voidIntensityGraphFigure.setDataArray(IPrimaryArrayWrapper dataWrapper) Set the data array wrapper for the intensity graph.