Modifier and Type | Class and Description |
---|---|
class |
Plot1D
"One"-dimensional line plot
Default implementation of a Plot for storing or displaying sampled (signal)
data using just the amplitude and a timestamp.
|
class |
Plot2D
Two-dimensional (plane) plot
|
class |
Plot3D
Three-dimensional (space) plot
|
class |
SamplingPlot
SamplingPlot for displaying (real time) sampling data.
|
Modifier and Type | Method and Description |
---|---|
Plot |
PlotView.getFirstVisiblePlot() |
Plot |
PlotView.getPlot(int idx)
Returns the plot with index idx
|
Modifier and Type | Method and Description |
---|---|
int |
PlotView.attachPlot(Plot plot)
Adds an additional plot to the view and returns its id.
|
int |
PlotView.attachPlot(Plot plot,
Plot.PlotChangedListener changeListener)
Adds an additional plot to the view and returns its id.
|
void |
Plot.PlotMarker.onAttach(Plot plot)
Called every time this PlotMarker is registered or collected for a
bundled drawing operation.
|