|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComparableObjectItem | |
---|---|
org.jfree.data | The base package for classes that represent various types of data. |
org.jfree.data.time.ohlc | Classes for representing financial data in open-high-low-close form. |
org.jfree.data.xy | A package containing the XYDataset interface and related classes. |
Uses of ComparableObjectItem in org.jfree.data |
---|
Methods in org.jfree.data that return ComparableObjectItem | |
---|---|
protected ComparableObjectItem |
ComparableObjectSeries.getDataItem(int index)
Return the data item with the specified index. |
ComparableObjectItem |
ComparableObjectSeries.remove(java.lang.Comparable x)
Removes the item with the specified x-value and sends a SeriesChangeEvent to all registered listeners. |
protected ComparableObjectItem |
ComparableObjectSeries.remove(int index)
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners. |
Methods in org.jfree.data with parameters of type ComparableObjectItem | |
---|---|
protected void |
ComparableObjectSeries.add(ComparableObjectItem item,
boolean notify)
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners. |
Uses of ComparableObjectItem in org.jfree.data.time.ohlc |
---|
Subclasses of ComparableObjectItem in org.jfree.data.time.ohlc | |
---|---|
class |
OHLCItem
An item representing data in the form (period, open, high, low, close). |
Methods in org.jfree.data.time.ohlc that return ComparableObjectItem | |
---|---|
ComparableObjectItem |
OHLCSeries.getDataItem(int index)
Returns the data item at the specified index. |
Uses of ComparableObjectItem in org.jfree.data.xy |
---|
Subclasses of ComparableObjectItem in org.jfree.data.xy | |
---|---|
class |
VectorDataItem
A data item representing data in the form (x, y, deltaX, deltaY), intended for use by the VectorSeries class. |
class |
XIntervalDataItem
An item representing data in the form (x, x-low, x-high, y). |
class |
XYIntervalDataItem
An item representing data in the form (x, x-low, x-high, y, y-low, y-high). |
class |
YIntervalDataItem
An item representing data in the form (x, y, y-low, y-high). |
Methods in org.jfree.data.xy that return ComparableObjectItem | |
---|---|
ComparableObjectItem |
YIntervalSeries.getDataItem(int index)
Returns the data item at the specified index. |
ComparableObjectItem |
XYIntervalSeries.getDataItem(int index)
Returns the data item at the specified index. |
ComparableObjectItem |
XIntervalSeries.getDataItem(int index)
Returns the data item at the specified index. |
ComparableObjectItem |
VectorSeries.getDataItem(int index)
Returns the data item at the specified index. |
ComparableObjectItem |
VectorSeries.remove(int index)
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |