Uses of Class
org.jfree.data.ComparableObjectItem
Packages that use ComparableObjectItem
-
Uses of ComparableObjectItem in org.jfree.data
Methods in org.jfree.data that return ComparableObjectItemModifier and TypeMethodDescriptionprotected ComparableObjectItemComparableObjectSeries.getDataItem(int index) Return the data item with the specified index.protected ComparableObjectItemComparableObjectSeries.remove(int index) Removes the item at the specified index and sends aSeriesChangeEventto all registered listeners.ComparableObjectSeries.remove(Comparable x) Removes the item with the specified x-value and sends aSeriesChangeEventto all registered listeners.Methods in org.jfree.data with parameters of type ComparableObjectItemModifier and TypeMethodDescriptionprotected voidComparableObjectSeries.add(ComparableObjectItem item, boolean notify) Adds a data item to the series and, if requested, sends aSeriesChangeEventto all registered listeners. -
Uses of ComparableObjectItem in org.jfree.data.time.ohlc
Subclasses of ComparableObjectItem in org.jfree.data.time.ohlcModifier and TypeClassDescriptionclassAn item representing data in the form(time-period, open, high, low, close).Methods in org.jfree.data.time.ohlc that return ComparableObjectItemModifier and TypeMethodDescriptionOHLCSeries.getDataItem(int index) Returns the data item at the specified index.OHLCSeries.remove(int index) Removes the item with the specified index. -
Uses of ComparableObjectItem in org.jfree.data.xy
Subclasses of ComparableObjectItem in org.jfree.data.xyModifier and TypeClassDescriptionclassA data item representing data in the form (x, y, deltaX, deltaY), intended for use by theVectorSeriesclass.classAn item representing data in the form (x, x-low, x-high, y).classAn item representing data in the form (x, x-low, x-high, y, y-low, y-high).classAn item representing data in the form (x, y, y-low, y-high).Methods in org.jfree.data.xy that return ComparableObjectItemModifier and TypeMethodDescriptionVectorSeries.getDataItem(int index) Returns the data item at the specified index.XIntervalSeries.getDataItem(int index) Returns the data item at the specified index.XYIntervalSeries.getDataItem(int index) Returns the data item at the specified index.YIntervalSeries.getDataItem(int index) Returns the data item at the specified index.VectorSeries.remove(int index) Removes the item at the specified index and sends aSeriesChangeEventto all registered listeners.