Uses of Class
org.jfree.data.time.TimeSeriesDataItem
-
Packages that use TimeSeriesDataItem Package Description org.jfree.data.time Interfaces and classes for time-related data. -
-
Uses of TimeSeriesDataItem in org.jfree.data.time
Fields in org.jfree.data.time with type parameters of type TimeSeriesDataItem Modifier and Type Field Description protected List<TimeSeriesDataItem>TimeSeries. dataThe list of data items in the series.Methods in org.jfree.data.time that return TimeSeriesDataItem Modifier and Type Method Description TimeSeriesDataItemTimeSeries. addOrUpdate(RegularTimePeriod period, double value)Adds or updates an item in the times series and sends aSeriesChangeEventto all registered listeners.TimeSeriesDataItemTimeSeries. addOrUpdate(RegularTimePeriod period, Number value)Adds or updates an item in the times series and sends aSeriesChangeEventto all registered listeners.TimeSeriesDataItemTimeSeries. addOrUpdate(TimeSeriesDataItem item)Adds or updates an item in the times series and sends aSeriesChangeEventto all registered listeners.TimeSeriesDataItemTimeSeries. getDataItem(int index)Returns a data item from the dataset.TimeSeriesDataItemTimeSeries. getDataItem(RegularTimePeriod period)Returns the data item for a specific period.Methods in org.jfree.data.time that return types with arguments of type TimeSeriesDataItem Modifier and Type Method Description List<TimeSeriesDataItem>TimeSeries. getItems()Returns the list of data items for the series (the list containsTimeSeriesDataItemobjects and is unmodifiable).Methods in org.jfree.data.time with parameters of type TimeSeriesDataItem Modifier and Type Method Description voidTimeSeries. add(TimeSeriesDataItem item)Adds a data item to the series and sends aSeriesChangeEventto all registered listeners.voidTimeSeries. add(TimeSeriesDataItem item, boolean notify)Adds a data item to the series and sends aSeriesChangeEventto all registered listeners.TimeSeriesDataItemTimeSeries. addOrUpdate(TimeSeriesDataItem item)Adds or updates an item in the times series and sends aSeriesChangeEventto all registered listeners.intTimeSeriesDataItem. compareTo(TimeSeriesDataItem other)Returns an integer indicating the order of this data pair object relative to another object.
-