public interface EditableDataSet extends DataSet
| Modifier and Type | Method and Description |
|---|---|
EditableDataSet |
add(int index,
double x,
double y)
add point to the data set
|
EditConstraints |
getEditConstraints() |
EditableDataSet |
remove(int index)
remove point from data set
|
EditableDataSet |
set(int index,
double x,
double y)
modify point in the the data set
|
EditableDataSet |
setEditConstraints(EditConstraints constraints) |
void |
setName(String name) |
getDataCount, getDataCount, getDataLabel, getName, getStyle, getStyle, getUndefValue, getValue, getX, getXIndex, getXMax, getXMin, getXValues, getY, getYIndex, getYMax, getYMin, getYValues, isAutoNotification, lock, setAutoNotifaction, setStyle, unlockaddListener, invokeListener, invokeListener, removeListener, updateEventListenervoid setName(String name)
name - the new data set nameEditableDataSet set(int index, double x, double y)
index - data point index at which the new data point should be addedx - horizontal coordinate of the new data pointy - vertical coordinate of the new data pointEditableDataSet add(int index, double x, double y)
index - data point index at which the new data point should be addedx - horizontal coordinate of the new data pointy - vertical coordinate of the new data pointEditableDataSet remove(int index)
index - data point which should be removedEditConstraints getEditConstraints()
EditableDataSet setEditConstraints(EditConstraints constraints)
constraints - new edit constraintsCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.