public class Cell1DDatasets extends Object
| Constructor and Description |
|---|
Cell1DDatasets() |
| Modifier and Type | Method and Description |
|---|---|
static Cell1DDataset |
createHistogram(Point1DDataset dataset) |
static Cell1DDataset |
datasetFrom(org.epics.util.array.ListNumber values,
org.epics.util.array.ListNumber xBoundaries)
Wraps
ListNumbers for values and boundaries into a Point1DDataset. |
static Cell1DDataset |
linearRange(org.epics.util.array.ListNumber values,
double minValue,
double maxValue)
Wraps a
ListNumber into a Point1DDataset. |
public static Cell1DDataset linearRange(org.epics.util.array.ListNumber values, double minValue, double maxValue)
ListNumber into a Point1DDataset.
It assumes the argument is either immutable or mutable but will not be changed in the future.
values - the values for the datasetpublic static Cell1DDataset datasetFrom(org.epics.util.array.ListNumber values, org.epics.util.array.ListNumber xBoundaries)
ListNumbers for values and boundaries into a Point1DDataset.
It assumes the argument is either immutable or mutable but will not be changed in the future.
values - the values for the datasetxBoundaries - the cell boundariespublic static Cell1DDataset createHistogram(Point1DDataset dataset)
Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.