Uses of Class
org.jfree.data.time.TimeSeriesDataItem
Packages that use TimeSeriesDataItem
-
Uses of TimeSeriesDataItem in org.jfree.data.time
Methods in org.jfree.data.time that return TimeSeriesDataItemModifier and TypeMethodDescriptionTimeSeries.addOrUpdate
(RegularTimePeriod period, double value) Adds or updates an item in the times series and sends aSeriesChangeEvent
to all registered listeners.TimeSeries.addOrUpdate
(RegularTimePeriod period, Number value) Adds or updates an item in the times series and sends aSeriesChangeEvent
to all registered listeners.TimeSeries.addOrUpdate
(TimeSeriesDataItem item) Adds or updates an item in the times series and sends aSeriesChangeEvent
to all registered listeners.TimeSeries.getDataItem
(int index) Returns a data item from the dataset.TimeSeries.getDataItem
(RegularTimePeriod period) Returns the data item for a specific period.(package private) TimeSeriesDataItem
TimeSeries.getRawDataItem
(int index) Returns a data item for the series.(package private) TimeSeriesDataItem
TimeSeries.getRawDataItem
(RegularTimePeriod period) Returns a data item for the series.Methods in org.jfree.data.time with parameters of type TimeSeriesDataItemModifier and TypeMethodDescriptionvoid
TimeSeries.add
(TimeSeriesDataItem item) Adds a data item to the series and sends aSeriesChangeEvent
to all registered listeners.void
TimeSeries.add
(TimeSeriesDataItem item, boolean notify) Adds a data item to the series and sends aSeriesChangeEvent
to all registered listeners.TimeSeries.addOrUpdate
(TimeSeriesDataItem item) Adds or updates an item in the times series and sends aSeriesChangeEvent
to all registered listeners.private void
TimeSeries.updateBoundsForAddedItem
(TimeSeriesDataItem item) Updates the cached values for the minimum and maximum data values.private void
TimeSeries.updateBoundsForRemovedItem
(TimeSeriesDataItem item) Updates the cached values for the minimum and maximum data values on the basis that the specified item has just been removed.