| java.lang.Object | |
| ↳ | org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence |
A wrapper for a fixed array of float values.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor:
| |||||||||||
Creates a sequence with the specified length.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Enters data into the storage array.
| |||||||||||
Returns a value from the storage array.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Default constructor:
Creates a sequence with the specified length.
| length | the length. |
|---|
Enters data into the storage array.
| index | the index. |
|---|---|
| value | the value. |
Returns a value from the storage array.
| index | the index. |
|---|