| Package | Description |
|---|---|
| de.gsi.dataset.spi |
| Modifier and Type | Method and Description |
|---|---|
ListErrorDataSet |
ListErrorDataSet.add(double[] xValues,
double[] yValues)
Deprecated.
Adds data points to this data set.
|
ListErrorDataSet |
ListErrorDataSet.add(double[] xValues,
double[] yValues,
double[] xErrors,
double[] yErrors)
Deprecated.
Adds data points to this data set.
|
ListErrorDataSet |
ListErrorDataSet.add(double x,
double y)
Deprecated.
|
ListErrorDataSet |
ListErrorDataSet.add(double x,
double y,
double ex,
double ey)
Deprecated.
add new point
|
ListErrorDataSet |
ListErrorDataSet.clearData()
Deprecated.
clears all data points
|
ListErrorDataSet |
ListErrorDataSet.remove(int[] indices)
Deprecated.
Removes from this data set points with specified indices.
|
ListErrorDataSet |
ListErrorDataSet.remove(int fromIndex,
int toIndex)
Deprecated.
remove sub-range of data points
|
ListErrorDataSet |
ListErrorDataSet.set(double[] xValues,
double[] yValues)
Deprecated.
Initialises the data set with specified data.
|
ListErrorDataSet |
ListErrorDataSet.set(double[] xValues,
double[] yValues,
double[] xErrors,
double[] yErrors,
int count)
Deprecated.
Initialises the data set with specified data.
|
ListErrorDataSet |
ListErrorDataSet.set(double[] xValues,
double[] yValues,
double[] yErrors,
int count)
Deprecated.
Initialises the data set with specified data.
|
ListErrorDataSet |
ListErrorDataSet.set(double[] xValues,
double[] yValues,
int count)
Deprecated.
Initialises the data set with specified data.
|
ListErrorDataSet |
ListErrorDataSet.set(int index,
double x,
double y)
Deprecated.
Sets the point with index to the new coordinate
|
ListErrorDataSet |
ListErrorDataSet.set(int index,
double x,
double y,
double dx,
double dy)
Deprecated.
Sets the point with index to the new coordinate
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.