org.jfree.data.time
Class DynamicTimeSeriesCollection.ValueSequence
java.lang.Object
org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
- DynamicTimeSeriesCollection
A wrapper for a fixed array of float values.
void | enterData(int index, float value) - Enters data into the storage array.
|
float | getData(int index) - Returns a value from the storage array.
|
ValueSequence
public ValueSequence(int length)
Creates a sequence with the specified length.
enterData
public void enterData(int index,
float value)
Enters data into the storage array.
index
- the index.value
- the value.
getData
public float getData(int index)
Returns a value from the storage array.