public interface EditableDataSet extends DataSet
| Modifier and Type | Method and Description |
|---|---|
EditableDataSet |
add(int index,
double... newValue)
add point to the data set
|
EditConstraints |
getEditConstraints() |
EditableDataSet |
remove(int index)
remove point from data set
|
EditableDataSet |
set(int index,
double... newValue)
modify point in the the data set
|
EditableDataSet |
setEditConstraints(EditConstraints constraints) |
EditableDataSet |
setName(String name) |
get, getAxisDescription, getAxisDescriptions, getDataCount, getDataCount, getDataLabel, getDimension, getIndex, getName, getStyle, getStyle, getValue, getValues, lock, recomputeLimits, setStyleaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenerEditableDataSet add(int index, double... newValue)
index - data point index at which the new data point should be addednewValue - new data point coordinateEditConstraints getEditConstraints()
EditableDataSet remove(int index)
index - data point which should be removedEditableDataSet set(int index, double... newValue)
index - data point index at which the new data point should be addednewValue - new data point coordinateEditableDataSet setEditConstraints(EditConstraints constraints)
constraints - new edit constraintsEditableDataSet setName(String name)
name - the new data set nameCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.