Package org.jfree.data.time
Class DynamicTimeSeriesCollection.ValueSequence
java.lang.Object
org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
- Enclosing class:
DynamicTimeSeriesCollection
A wrapper for a fixed array of float values.
-
Constructor Summary
ConstructorDescriptionDefault constructor:ValueSequence
(int length) Creates a sequence with the specified length. -
Method Summary
-
Constructor Details
-
ValueSequence
public ValueSequence()Default constructor: -
ValueSequence
Creates a sequence with the specified length.- Parameters:
length
- the length.
-
-
Method Details
-
enterData
Enters data into the storage array.- Parameters:
index
- the index.value
- the value.
-
getData
Returns a value from the storage array.- Parameters:
index
- the index.- Returns:
- The value.
-