Uses of Class
org.jfree.data.ComparableObjectSeries
Package
Description
Classes for representing financial data in open-high-low-close form.
A package containing the
XYDataset
interface and related classes.-
Uses of ComparableObjectSeries in org.jfree.data.time.ohlc
Modifier and TypeClassDescriptionclass
A list of (RegularTimePeriod
, open, high, low, close) data items. -
Uses of ComparableObjectSeries in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
A list of (x,y, deltaX, deltaY) data items.class
A list of (x, x-low, x-high, y) data items.class
A list of (x, x-low, x-high, y, y-low, y-high) data items.class
A list of (x, y, y-low, y-high) data items.