java.lang.Objectorg.jfree.data.time.TimeSeriesDataItem
All Implemented Interfaces:
Cloneable, Serializable, Comparable
The time period can be any of the following:
The time period is an immutable property of the data item. Data items will often be sorted within a list, and allowing the time period to be changed could destroy the sort order.
Implements the Comparable interface so that standard Java
sorting can be used to keep the data items in order.
| Constructor: |
|---|
|
|
| Method from org.jfree.data.time.TimeSeriesDataItem Summary: |
|---|
| clone, compareTo, equals, getPeriod, getValue, hashCode, setValue |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jfree.data.time.TimeSeriesDataItem Detail: |
|---|
|
For the order we consider only the timing: negative == before, zero == same, positive == after. |
|
|
|
|
|