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 TypeClassDescriptionclass
A wrapper for byte[].class
A wrapper for double[].class
A wrapper for float[].class
A wrapper for int[].class
A wrapper for long[].class
A 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 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.