Uses of Interface
com.androidplot.series.Series

Packages that use Series
com.androidplot   
com.androidplot.series Series interface definitions. 
com.androidplot.ui Visual components of AndroidPlot 
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of Series in com.androidplot
 

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

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
 

Classes in com.androidplot.ui with type parameters of type Series
 class RenderBundle<RenderBundleType extends RenderBundle,SeriesType extends Series,SeriesFormatterType extends XYSeriesFormatter>
           
 class SeriesAndFormatterList<SeriesType extends Series,FormatterType>
          Associates a Series with a Formatter.
 

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

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

Uses of Series in com.androidplot.xy
 

Classes in com.androidplot.xy that implement Series
 class SimpleXYSeries
          A convenience class used to create instances of XYPlot generated from Lists of Numbers.
 



Copyright © 2011. All Rights Reserved.