Modifier and Type | Class and Description |
---|---|
static class |
Plot.PlotMarkerDefault
Default implementation of the PlotMarker.
|
Modifier and Type | Method and Description |
---|---|
Plot.PlotMarker |
Plot.getMarker(int entryIdx)
Returns the PlotMarker for the given entryIdx, if there exists one.
|
Modifier and Type | Method and Description |
---|---|
void |
Plot1D.addValue(long value,
long x,
Plot.PlotMarker marker)
Adds a single new sample using the timestamp and sets a new PlotMarker to
this entry.
|
void |
Plot.setMarker(int entryIdx,
Plot.PlotMarker marker)
Sets a PlotMarker to the given entry.
|
void |
Plot.setMarker(Plot.PlotMarker marker)
Sets a marker for the current head value.
|