Header
And More


Uses of Class
org.jfree.data.xy.AbstractXYZDataset

Packages that use AbstractXYZDataset
org.jfree.data.contour Datasets used by the ContourPlot class. 
org.jfree.data.xy A package containing the XYDataset interface and related classes. 
 

Uses of AbstractXYZDataset in org.jfree.data.contour
 

Subclasses of AbstractXYZDataset in org.jfree.data.contour
 class DefaultContourDataset
          Deprecated. This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
 class NonGridContourDataset
          Deprecated. This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
 

Uses of AbstractXYZDataset in org.jfree.data.xy
 

Subclasses of AbstractXYZDataset in org.jfree.data.xy
 class DefaultXYZDataset
          A default implementation of the XYZDataset interface that stores data values in arrays of double primitives.
 class MatrixSeriesCollection
          Represents a collection of MatrixSeries that can be used as a dataset.
 


Footer
And More


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