- java.lang.Object
-
- org.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
-
- Enclosing class:
- DynamicTimeSeriesCollection
protected class DynamicTimeSeriesCollection.ValueSequence extends Object
A wrapper for a fixed array of float values.
-
-
Constructor Summary
Constructors Constructor Description ValueSequence()Default constructor:ValueSequence(int length)Creates a sequence with the specified length.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterData(int index, float value)Enters data into the storage array.floatgetData(int index)Returns a value from the storage array.
-
-
-
Constructor Detail
-
ValueSequence
public ValueSequence()
Default constructor:
-
ValueSequence
public ValueSequence(int length)
Creates a sequence with the specified length.- Parameters:
length- the length.
-
-