- calculateStats(int, int, CircularValueList.Statistics) - Method in class de.lme.plotview.FloatValueList
-
Calculate statistical values in the given range, including start and end.
- CircularValueList - Class in de.lme.plotview
-
High performance ring buffer implementation.
- CircularValueList(int, boolean, boolean) - Constructor for class de.lme.plotview.CircularValueList
-
Constructs a new CircularValueList with the given preallocated entries.
- CircularValueList(int, boolean) - Constructor for class de.lme.plotview.CircularValueList
-
Constructs a new CircularValueList with the given preallocated entries.
- CircularValueList(int) - Constructor for class de.lme.plotview.CircularValueList
-
Constructs a new CircularValueList with the given preallocated entries.
- CircularValueList.Statistics - Class in de.lme.plotview
-
Statistical information about a certain range of values.
- CircularValueList.Statistics() - Constructor for class de.lme.plotview.CircularValueList.Statistics
-
- clear() - Method in class de.lme.plotview.BooleanValueList
-
- clear() - Method in class de.lme.plotview.CircularValueList
-
- clear() - Method in class de.lme.plotview.FloatValueList
-
- clear() - Method in class de.lme.plotview.LongValueList
-
- clear() - Method in class de.lme.plotview.Plot
-
- clear() - Method in class de.lme.plotview.Plot1D
-
- clear() - Method in class de.lme.plotview.Plot2D
-
- contains(Object) - Method in class de.lme.plotview.BooleanValueList
-
- contains(Object) - Method in class de.lme.plotview.FloatValueList
-
- contains(Object) - Method in class de.lme.plotview.LongValueList
-
- contains(Object) - Method in class de.lme.plotview.ObjectValueList
-
- containsAll(Collection<?>) - Method in class de.lme.plotview.BooleanValueList
-
- containsAll(Collection<?>) - Method in class de.lme.plotview.FloatValueList
-
- containsAll(Collection<?>) - Method in class de.lme.plotview.LongValueList
-
- containsAll(Collection<?>) - Method in class de.lme.plotview.ObjectValueList
-
- copy(ArrayList<Boolean>) - Method in class de.lme.plotview.BooleanValueList
-
Copies the contents of sourceList into this ring buffer.
- copy(ArrayList<? extends Number>) - Method in class de.lme.plotview.FloatValueList
-
Copies the contents of sourceList into this ring buffer.
- copy(FloatValueList) - Method in class de.lme.plotview.FloatValueList
-
Copies the contents of sourceList into this ring buffer.
- copy(ArrayList<Long>) - Method in class de.lme.plotview.LongValueList
-
Copies the contents of sourceList into this ring buffer.
- create(String, char, int, int, int, PlotView.PlotProgressListener) - Static method in class de.lme.plotview.Plot1D
-
Creates a Plot1D by loading the given text (gzipped) m_file, separating
at delimiter and using the given columns.