org.jfree.data.time
protected class DynamicTimeSeriesCollection.ValueSequence extends Object
| Constructor Summary | |
|---|---|
| ValueSequence()
Default constructor: | |
| ValueSequence(int length)
Creates a sequence with the specified length.
| |
| Method Summary | |
|---|---|
| void | enterData(int index, float value)
Enters data into the storage array.
|
| float | getData(int index)
Returns a value from the storage array.
|
Parameters: length the length.
Parameters: index the index. value the value.
Parameters: index the index.
Returns: The value.