public class DatasetConversions extends Object
Constructor and Description |
---|
DatasetConversions() |
Modifier and Type | Method and Description |
---|---|
static org.epics.graphene.Cell1DDataset |
cell1DDatasetsFromVNumberArray(VNumberArray data) |
static org.epics.graphene.Cell2DDataset |
cell2DDatasetsFromVNumberArray(VNumberArray data) |
static org.epics.graphene.Point2DDataset |
point2DDatasetFromVTable(VTable vTable,
String xColumn,
String yColumn)
Converts a VTable into a Point2DDataset.
|
static List<org.epics.graphene.Point2DDataset> |
point2DDatasetsFromVTable(VTable vTable,
List<String> xColumns,
List<String> yColumns) |
static org.epics.graphene.Point3DWithLabelDataset |
point3DDatasetFromVTable(VTable vTable,
String xColumn,
String yColumn,
String sizeColumn,
String colorColumn)
Converts a VTable into a Point2DDataset.
|
static org.epics.util.stats.Range |
toRange(Display display) |
public static org.epics.graphene.Point2DDataset point2DDatasetFromVTable(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(VTable vTable, String xColumn, String yColumn, String sizeColumn, String colorColumn)
vTable
- the table containing the dataxColumn
- the column name for the x valuesyColumn
- the column name for the y valuessizeColumn
- the column name for the size valuescolorColumn
- the column name for the size valuespublic static List<org.epics.graphene.Point2DDataset> point2DDatasetsFromVTable(VTable vTable, List<String> xColumns, List<String> yColumns)
public static org.epics.graphene.Cell2DDataset cell2DDatasetsFromVNumberArray(VNumberArray data)
public static org.epics.util.stats.Range toRange(Display display)
public static org.epics.graphene.Cell1DDataset cell1DDatasetsFromVNumberArray(VNumberArray data)
Copyright © 2010–2015. All rights reserved.