|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VImage | |
---|---|
org.epics.pvmanager.data | Support for control system types. |
org.epics.pvmanager.extra |
Uses of VImage in org.epics.pvmanager.data |
---|
Methods in org.epics.pvmanager.data that return VImage | |
---|---|
static VImage |
ValueFactory.newVImage(int height,
int width,
byte[] data)
|
static VImage |
Util.toVImage(java.awt.image.BufferedImage image)
Converts an AWT BufferedImage to a VImage. |
Methods in org.epics.pvmanager.data with parameters of type VImage | |
---|---|
static java.awt.image.BufferedImage |
Util.toImage(VImage vImage)
Converts a VImage to an AWT BufferedImage, so that it can be displayed. |
Uses of VImage in org.epics.pvmanager.extra |
---|
Methods in org.epics.pvmanager.extra that return types with arguments of type VImage | |
---|---|
static DesiredRateExpression<VImage> |
ExpressionLanguage.waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv)
Aggregates the sample at the scan rate and takes the average. |
static DesiredRateExpression<VImage> |
ExpressionLanguage.waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv,
WaterfallPlotParameters parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |