Module xaos.ui.plot
Package eu.ess.xaos.ui.plot.data
-
Interface Summary Interface Description DataReducer<X,Y> Defines the behavior of the algorithms used to reduce number of data points to the desired amount. -
Class Summary Class Description DataReducingObservableList<X extends Number,Y extends Number> AnObservableList
whose data is automatically reduced to the specifiedpointsCount
.DataReducingSeries<X extends Number,Y extends Number> A data series capable of reducing data.ErrorSeries<X,Y> Holds the values of the error bars.ErrorSeries.ErrorData<X,Y> RamerDouglasPeuckerDataReducer<X extends Number,Y extends Number> DataReducer
implementation based on a modified version of Ramer-Douglas-Peucker algorithm.