Uses of Class
eu.ess.xaos.ui.plot.data.ErrorSeries.ErrorData
-
Packages that use ErrorSeries.ErrorData Package Description eu.ess.xaos.ui.plot.data -
-
Uses of ErrorSeries.ErrorData in eu.ess.xaos.ui.plot.data
Methods in eu.ess.xaos.ui.plot.data that return types with arguments of type ErrorSeries.ErrorData Modifier and Type Method Description ObservableList<ErrorSeries.ErrorData<X,Y>>
ErrorSeries. getData()
Methods in eu.ess.xaos.ui.plot.data with parameters of type ErrorSeries.ErrorData Modifier and Type Method Description void
ErrorSeries. addErrorData(ErrorSeries.ErrorData<X,Y> value)
Adds the given value to the series.Method parameters in eu.ess.xaos.ui.plot.data with type arguments of type ErrorSeries.ErrorData Modifier and Type Method Description void
ErrorSeries. setData(ObservableList<ErrorSeries.ErrorData<X,Y>> data)
Constructors in eu.ess.xaos.ui.plot.data with parameters of type ErrorSeries.ErrorData Constructor Description ErrorData(ErrorSeries.ErrorData<X,Y> edata)
Copy-constructor.Constructor parameters in eu.ess.xaos.ui.plot.data with type arguments of type ErrorSeries.ErrorData Constructor Description ErrorSeries(String name, ObservableList<ErrorSeries.ErrorData<X,Y>> data)
Constructs a named series and populates it with the givenObservableList
data.ErrorSeries(ObservableList<ErrorSeries.ErrorData<X,Y>> data)
Constructs the series and populates it with the givenObservableList
data.
-