History
public class HistoryStatistics extends HistoryScrolling
Constructor | Description |
---|---|
HistoryStatistics() |
|
HistoryStatistics(int n) |
Modifier and Type | Method | Description |
---|---|---|
double[] |
getXValues() |
Returns an array containing the x values that have been added to the
History.
|
addValue, getHistory, getHistoryLength, getSampleCount, reset, setHistoryLength, willDiscardNextData
public HistoryStatistics()
public HistoryStatistics(int n)
public double[] getXValues()
History
getXValues
in interface History
getXValues
in class HistoryScrolling