Uses of Class
org.jfree.data.ComparableObjectSeries
-
Packages that use ComparableObjectSeries Package Description org.jfree.data.time.ohlc Classes for representing financial data in open-high-low-close form.org.jfree.data.xy A package containing theXYDataset
interface and related classes. -
-
Uses of ComparableObjectSeries in org.jfree.data.time.ohlc
Subclasses of ComparableObjectSeries in org.jfree.data.time.ohlc Modifier and Type Class Description class
OHLCSeries
A list of (RegularTimePeriod
, open, high, low, close) data items. -
Uses of ComparableObjectSeries in org.jfree.data.xy
Subclasses of ComparableObjectSeries in org.jfree.data.xy Modifier and Type Class Description class
VectorSeries
A list of (x,y, deltaX, deltaY) data items.class
XIntervalSeries
A list of (x, x-low, x-high, y) data items.class
XYIntervalSeries
A list of (x, x-low, x-high, y, y-low, y-high) data items.class
YIntervalSeries
A list of (x, y, y-low, y-high) data items.
-