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 ComparableObjectItem
ComparableObjectSeries.getDataItem
(int index) Return the data item with the specified index.protected ComparableObjectItem
ComparableObjectSeries.remove
(int index) Removes the item at the specified index and sends aSeriesChangeEvent
to all registered listeners.ComparableObjectSeries.remove
(Comparable x) Removes the item with the specified x-value and sends aSeriesChangeEvent
to all registered listeners.Methods in org.jfree.data with parameters of type ComparableObjectItemModifier and TypeMethodDescriptionprotected void
ComparableObjectSeries.add
(ComparableObjectItem item, boolean notify) Adds a data item to the series and, if requested, sends aSeriesChangeEvent
to all registered listeners. -
Uses of ComparableObjectItem in org.jfree.data.time.ohlc
Subclasses of ComparableObjectItem in org.jfree.data.time.ohlcModifier and TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
A data item representing data in the form (x, y, deltaX, deltaY), intended for use by theVectorSeries
class.class
An item representing data in the form (x, x-low, x-high, y).class
An item representing data in the form (x, x-low, x-high, y, y-low, y-high).class
An 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 aSeriesChangeEvent
to all registered listeners.