| Package | Description |
|---|---|
| de.gsi.dataset | |
| de.gsi.dataset.spi |
| Modifier and Type | Method and Description |
|---|---|
EditableDataSet |
EditableDataSet.add(int index,
double x,
double y)
add point to the data set
|
EditableDataSet |
EditableDataSet.remove(int index)
remove point from data set
|
EditableDataSet |
EditableDataSet.set(int index,
double x,
double y)
modify point in the the data set
|
EditableDataSet |
EditableDataSet.setEditConstraints(EditConstraints constraints) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleDataSet
Implementation of the
DataSet interface which stores x,y values
in two separate arrays. |
| Modifier and Type | Method and Description |
|---|---|
EditableDataSet |
DoubleDataSet.remove(int index)
remove point from data set
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.