Uses of Interface
com.androidplot.data.Dataset

Packages that use Dataset
com.androidplot.bar   
com.androidplot.data   
com.androidplot.xy   
 

Uses of Dataset in com.androidplot.bar
 

Subinterfaces of Dataset in com.androidplot.bar
 interface BarDataset
          An interface to a BarPlot's underlying data model.
 

Uses of Dataset in com.androidplot.data
 

Classes in com.androidplot.data with type parameters of type Dataset
 class DatasetGroup<BundleType extends DatasetSeriesBundle<DatasetType,DatasetSeriesFormatType>,DatasetType extends Dataset,DatasetSeriesFormatType extends DatasetSeriesFormat>
          Manages a List of DatasetSeriesBundle instances to be drawn by a Plot.
 class DatasetSeriesBundle<DatasetType extends Dataset,DatasetFormatType extends DatasetSeriesFormat>
          Associates a Dataset series with a DatasetSeriesFormat and a title.
 

Uses of Dataset in com.androidplot.xy
 

Subinterfaces of Dataset in com.androidplot.xy
 interface XYDataset
          An interface through which data in the form of (x, y) items can be accessed.
 



Copyright © 2010. All Rights Reserved.