public class DatasetConversions extends Object
| Constructor and Description |
|---|
DatasetConversions() |
| Modifier and Type | Method and Description |
|---|---|
static org.epics.graphene.Point2DDataset |
point2DDatasetFromVTable(org.epics.vtype.VTable vTable,
String xColumn,
String yColumn)
Converts a VTable into a Point2DDataset.
|
static org.epics.graphene.Point3DWithLabelDataset |
point3DDatasetFromVTable(org.epics.vtype.VTable vTable,
String xColumn,
String yColumn,
String sizeColumn)
Converts a VTable into a Point2DDataset.
|
public static org.epics.graphene.Point2DDataset point2DDatasetFromVTable(org.epics.vtype.VTable vTable,
String xColumn,
String yColumn)
vTable - the table containing the dataxColumn - the column for the x valuesyColumn - the column for the y valuespublic static org.epics.graphene.Point3DWithLabelDataset point3DDatasetFromVTable(org.epics.vtype.VTable vTable,
String xColumn,
String yColumn,
String sizeColumn)
vTable - the table containing the dataxColumn - the column for the x valuesyColumn - the column for the y valuessizeColumn - the column for the size valuesCopyright © 2010-2013 Brookhaven National Laboratory. All Rights Reserved.