Header
And More


Uses of Class
org.jfree.data.ComparableObjectSeries

Packages that use ComparableObjectSeries
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 ComparableObjectSeries in org.jfree.data.time.ohlc
 

Subclasses of ComparableObjectSeries in org.jfree.data.time.ohlc
 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
 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.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.