Uses of Class org.jfree.data.ComparableObjectItem

Uses in package org.jfree.data.time.ohlc

Classes derived from org.jfree.data.ComparableObjectItem

class
An item representing data in the form (period, open, high, low, close).

Methods with return type org.jfree.data.ComparableObjectItem

ComparableObjectItem
Returns the data item at the specified index.

Uses in package org.jfree.data.xy

Classes derived from org.jfree.data.ComparableObjectItem

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 with return type org.jfree.data.ComparableObjectItem

ComparableObjectItem
Returns the data item at the specified index.
ComparableObjectItem
Returns the data item at the specified index.
ComparableObjectItem
Returns the data item at the specified index.

Uses in package org.jfree.data

Methods with parameter type org.jfree.data.ComparableObjectItem

void
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.

Methods with return type org.jfree.data.ComparableObjectItem

ComparableObjectItem
Return the data item with the specified index.
ComparableObjectItem
Removes the item with the specified x-value and sends a SeriesChangeEvent to all registered listeners.
ComparableObjectItem
Removes the item at the specified index and sends a SeriesChangeEvent to all registered listeners.