|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.time.DynamicTimeSeriesCollection.ValueSequence
protected class DynamicTimeSeriesCollection.ValueSequence
A wrapper for a fixed array of float values.
Constructor Summary | |
---|---|
DynamicTimeSeriesCollection.ValueSequence()
Default constructor: |
|
DynamicTimeSeriesCollection.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicTimeSeriesCollection.ValueSequence()
public DynamicTimeSeriesCollection.ValueSequence(int length)
length
- the length.Method Detail |
---|
public void enterData(int index, float value)
index
- the index.value
- the value.public float getData(int index)
index
- the index.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |