Uses of Interface
com.androidplot.series.Series

Packages that use Series
com.androidplot   
com.androidplot.series   
com.androidplot.ui.widget.renderer   
 

Uses of Series in com.androidplot
 

Classes in com.androidplot with type parameters of type Series
 class Plot<SeriesType extends Series,FormatterType extends Formatter,RendererType extends DataRenderer>
          Base class for all other Plot implementations..
 class SeriesAndFormatterList<SeriesType extends Series,FormatterType extends Formatter>
           
 

Uses of Series in com.androidplot.series
 

Subinterfaces of Series in com.androidplot.series
 interface ProportionalSeries
           
 interface VectorSeries
           
 interface XYSeries
          Represents a two dimensional series of data represented as xy values.
 

Uses of Series in com.androidplot.ui.widget.renderer
 

Classes in com.androidplot.ui.widget.renderer with type parameters of type Series
 class RenderBundle<RenderBundleType extends RenderBundle,SeriesType extends Series,SeriesFormatterType extends XYSeriesFormatter>
           
 

Methods in com.androidplot.ui.widget.renderer that return Series
 Series RenderBundle.getSeries()
           
 

Methods in com.androidplot.ui.widget.renderer with parameters of type Series
 SeriesFormatterType DataRenderer.getFormatter(Series series)
           
 void RenderBundle.setSeries(Series series)
           
 



Copyright © 2011. All Rights Reserved.