| Package | Description |
|---|---|
| de.gsi.dataset.spi |
| Modifier and Type | Method and Description |
|---|---|
ListDataSet |
ListDataSet.add(double[] xValues,
double[] yValues)
Deprecated.
Initialises the data set with specified data.
|
ListDataSet |
ListDataSet.add(double x,
double y)
Deprecated.
Add point to the DoublePoints object
|
ListDataSet |
ListDataSet.clearData()
Deprecated.
clear all data points
|
ListDataSet |
ListDataSet.remove(int[] indices)
Deprecated.
Removes from this data set points with specified indices.
|
ListDataSet |
ListDataSet.remove(int fromIndex,
int toIndex)
Deprecated.
remvove sub-range of data points
|
ListDataSet |
ListDataSet.set(int index,
double x,
double y)
Deprecated.
sets new value of existing data point
|
ListDataSet |
ListDataSet.set(List<DoublePoint> values)
Deprecated.
replaces values of all existing data points
|
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.