Uses of Interface
org.csstudio.swt.widgets.datadefinition.IPrimaryArrayWrapper
Package
Description
-
Uses of IPrimaryArrayWrapper in org.csstudio.opibuilder.widgets.util
-
Uses of IPrimaryArrayWrapper in org.csstudio.swt.widgets.datadefinition
Modifier 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[].Modifier 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
Modifier 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.