Uses of Interface
de.gsi.dataset.EditableDataSet
-
Packages that use EditableDataSet Package Description de.gsi.dataset de.gsi.dataset.spi -
-
Uses of EditableDataSet in de.gsi.dataset
Methods in de.gsi.dataset that return EditableDataSet Modifier and Type Method Description EditableDataSetEditableDataSet. add(int index, double x, double y)add point to the data setEditableDataSetEditableDataSet. remove(int index)remove point from data setEditableDataSetEditableDataSet. set(int index, double x, double y)modify point in the the data setEditableDataSetEditableDataSet. setEditConstraints(EditConstraints constraints)EditableDataSetEditableDataSet. setName(java.lang.String name) -
Uses of EditableDataSet in de.gsi.dataset.spi
Classes in de.gsi.dataset.spi that implement EditableDataSet Modifier and Type Class Description classDefaultDataSetRedirect to the reference implementation declared as 'default'.classDefaultErrorDataSetRedirect to the reference implementation declared as 'default'.classDoubleDataSetImplementation of theDataSetinterface which stores x,y values in two separate arrays.classDoubleErrorDataSetImplementation of theDataSetErrorinterface which stores x,y, +eyn, -eyn values in separate double arrays.classFloatDataSetImplementation of theDataSetinterface which stores x,y values in two separate arrays.Methods in de.gsi.dataset.spi that return EditableDataSet Modifier and Type Method Description EditableDataSetDoubleErrorDataSet. add(int index, double x, double y)EditableDataSetDoubleDataSet. remove(int index)remove point from data setEditableDataSetDoubleErrorDataSet. remove(int index)EditableDataSetFloatDataSet. remove(int index)remove point from data set
-