protected class DynamicTimeSeriesCollection.ValueSequence
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) float[] |
dataPoints
Storage for the float values.
|
| Constructor and Description |
|---|
ValueSequence()
Default constructor:
|
ValueSequence(int length)
Creates a sequence with the specified length.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enterData(int index,
float value)
Enters data into the storage array.
|
float |
getData(int index)
Returns a value from the storage array.
|