Uses of Class
org.jfree.data.ComparableObjectItem
Package
Description
The base package for classes that represent various types of data.
Classes for representing financial data in open-high-low-close form.
A package containing the
XYDataset
interface and related classes.-
Uses of ComparableObjectItem in org.jfree.data
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
An item representing data in the form(time-period, open, high, low, close)
.Modifier 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
Modifier 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).Modifier 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.