Uses of Class
de.gsi.dataset.spi.FifoDoubleErrorDataSet
-
Packages that use FifoDoubleErrorDataSet Package Description de.gsi.dataset.spi -
-
Uses of FifoDoubleErrorDataSet in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi that return FifoDoubleErrorDataSet Modifier and Type Method Description FifoDoubleErrorDataSetFifoDoubleErrorDataSet. add(double[] xValues, double[] yValues, double[] yErrorsNeg, double[] yErrorsPos)Initialises the data set with specified data.FifoDoubleErrorDataSetFifoDoubleErrorDataSet. add(double x, double y, double yErrorNeg, double yErrorPos)Add point to the DoublePoints objectFifoDoubleErrorDataSetFifoDoubleErrorDataSet. add(double x, double y, double yErrorNeg, double yErrorPos, java.lang.String tag)Add point to the DoublePoints objectFifoDoubleErrorDataSetFifoDoubleErrorDataSet. add(double x, double y, double yErrorNeg, double yErrorPos, java.lang.String tag, java.lang.String style)Add point to the DoublePoints object
-