Uses of Interface
com.androidplot.Series

Packages that use Series
com.androidplot   
com.androidplot.pie   
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 extends Formatter,RendererType extends SeriesRenderer>
          Base class for all other Plot implementations..
 

Uses of Series in com.androidplot.pie
 

Classes in com.androidplot.pie that implement Series
 class Segment
           
 

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.
 class SeriesRenderer<PlotType extends Plot,SeriesType extends Series,SeriesFormatterType extends Formatter>
           
 

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

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

Uses of Series in com.androidplot.xy
 

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

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 © 2010-2013 androidplot.com. All Rights Reserved.