- Plot - Class in de.lme.plotview
-
Represents a single plot in the view.
- Plot() - Constructor for class de.lme.plotview.Plot
-
Default constructor.
- Plot(String, Paint, Plot.PlotStyle, int) - Constructor for class de.lme.plotview.Plot
-
Constructor.
- Plot(String, Paint, Plot.PlotStyle, int, boolean) - Constructor for class de.lme.plotview.Plot
-
Overloaded constructor to specify maintainMinMax.
- Plot.PlotChangedListener - Class in de.lme.plotview
-
Listener to listen for changes in the plot data or properties.
- Plot.PlotFlag - Enum in de.lme.plotview
-
Flags to control plot drawing behavior.
- Plot.PlotMarker - Class in de.lme.plotview
-
Class to mark entries in the plot.
- Plot.PlotMarker() - Constructor for class de.lme.plotview.Plot.PlotMarker
-
- Plot.PlotMarkerDefault - Class in de.lme.plotview
-
Default implementation of the PlotMarker.
- Plot.PlotMarkerDefault(Plot.PlotMarkerDefault.DefaultMark, Paint, float) - Constructor for class de.lme.plotview.Plot.PlotMarkerDefault
-
Creates a new default PlotMarker.
- Plot.PlotMarkerDefault.DefaultMark - Enum in de.lme.plotview
-
- Plot.PlotStyle - Enum in de.lme.plotview
-
Possible plot drawing styles.
- Plot1D - Class in de.lme.plotview
-
"One"-dimensional line plot
Default implementation of a Plot for storing or displaying sampled (signal)
data using just the amplitude and a timestamp.
- Plot1D(String, Paint, Plot.PlotStyle, int) - Constructor for class de.lme.plotview.Plot1D
-
- Plot1D(String, Paint, Plot.PlotStyle, int, boolean) - Constructor for class de.lme.plotview.Plot1D
-
- Plot2D - Class in de.lme.plotview
-
Two-dimensional (plane) plot
- Plot2D(String, Paint, Plot.PlotStyle, int) - Constructor for class de.lme.plotview.Plot2D
-
Constructor.
- Plot3D - Class in de.lme.plotview
-
Three-dimensional (space) plot
- Plot3D(String, Paint, Plot.PlotStyle, int) - Constructor for class de.lme.plotview.Plot3D
-
- plotTitle - Variable in class de.lme.plotview.Plot
-
the plot's title
- PlotView - Class in de.lme.plotview
-
Implementation of a View to draw multiple plots.
- PlotView(Context) - Constructor for class de.lme.plotview.PlotView
-
- PlotView(Context, AttributeSet) - Constructor for class de.lme.plotview.PlotView
-
- PlotView(Context, AttributeSet, int) - Constructor for class de.lme.plotview.PlotView
-
- PlotView.Flags - Enum in de.lme.plotview
-
All available general option-flags.
- PlotView.PlotProgressListener - Interface in de.lme.plotview
-
Progress Listener Interface to use with progress dialogs and e.g.
- PlotView.PlotViewGroup - Class in de.lme.plotview
-
Links multiple PlotViews together so scrolling, etc is propagated to
every View in the group.
- PlotView.PlotViewGroup() - Constructor for class de.lme.plotview.PlotView.PlotViewGroup
-
- propagateScale(PlotView, float, boolean) - Method in class de.lme.plotview.PlotView.PlotViewGroup
-
- propagateTrans(PlotView, float, float) - Method in class de.lme.plotview.PlotView.PlotViewGroup
-