- SamplingPlot - Class in de.lme.plotview
-
SamplingPlot for displaying (real time) sampling data.
- SamplingPlot(String, Paint, Plot.PlotStyle, int) - Constructor for class de.lme.plotview.SamplingPlot
-
- SamplingPlot(String, Paint, Plot.PlotStyle, int, boolean) - Constructor for class de.lme.plotview.SamplingPlot
-
- saveToFile(Context, String, String) - Method in class de.lme.plotview.Plot
-
Saves the contents of this Plot to a m_file.
- saveToFile(Context, String, String) - Method in class de.lme.plotview.Plot1D
-
Save to filename as text m_file.
- scrollHow - Variable in class de.lme.plotview.Plot
-
- set(int, Boolean) - Method in class de.lme.plotview.BooleanValueList
-
- set(int, Float) - Method in class de.lme.plotview.FloatValueList
-
- set(int, Long) - Method in class de.lme.plotview.LongValueList
-
- set(int, Object) - Method in class de.lme.plotview.ObjectValueList
-
- setAxis(String, String, float) - Method in class de.lme.plotview.Plot
-
- setAxis(String, String, float, String, String, float) - Method in class de.lme.plotview.Plot1D
-
- setAxis(String, String, float, String, String, float) - Method in class de.lme.plotview.Plot2D
-
- setFile(String) - Method in class de.lme.plotview.Plot
-
Sets a filename/path that will be used to save this Plot.
- setMarker(Plot.PlotMarker) - Method in class de.lme.plotview.Plot
-
Sets a marker for the current head value.
- setMarker(int, Plot.PlotMarker) - Method in class de.lme.plotview.Plot
-
Sets a PlotMarker to the given entry.
- setMaxRedrawRate(long) - Method in class de.lme.plotview.PlotView
-
- setPaint(Paint) - Method in class de.lme.plotview.Plot
-
Sets the m_paint that will be used to draw the plot (lines).
- setViewport(int) - Method in class de.lme.plotview.Plot
-
Sets the number of value indices to display
- setViewport(long, long, long, long) - Method in class de.lme.plotview.Plot2D
-
Sets the desired viewport in the 2D-plane.
- setViewport(int, int) - Method in class de.lme.plotview.SamplingPlot
-
Specify a time window of how many samples should be drawn in the view.
- size() - Method in class de.lme.plotview.CircularValueList
-
- sizeMax - Variable in class de.lme.plotview.CircularValueList
- stdDeviation - Variable in class de.lme.plotview.CircularValueList.Statistics
-
- style - Variable in class de.lme.plotview.Plot
-
how the plot entries are drawn/connected.
- subList(int, int) - Method in class de.lme.plotview.BooleanValueList
-
- subList(int, int) - Method in class de.lme.plotview.FloatValueList
-
- subList(int, int) - Method in class de.lme.plotview.LongValueList
-
- subList(int, int) - Method in class de.lme.plotview.ObjectValueList
-
- sum - Variable in class de.lme.plotview.CircularValueList.Statistics
-
- sum - Variable in class de.lme.plotview.FloatValueList
-
sum of all values in this list.