Uses of Class
com.androidplot.ui.SeriesRenderer

Packages that use SeriesRenderer
com.androidplot   
com.androidplot.pie   
com.androidplot.ui Visual components of AndroidPlot 
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of SeriesRenderer in com.androidplot
 

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

Uses of SeriesRenderer in com.androidplot.pie
 

Subclasses of SeriesRenderer in com.androidplot.pie
 class PieRenderer
           
 

Methods in com.androidplot.pie that return SeriesRenderer
 SeriesRenderer SegmentFormatter.getRendererInstance(PieChart plot)
           
 

Methods in com.androidplot.pie that return types with arguments of type SeriesRenderer
 Class<? extends SeriesRenderer> SegmentFormatter.getRendererClass()
           
 

Uses of SeriesRenderer in com.androidplot.ui
 

Methods in com.androidplot.ui that return SeriesRenderer
abstract  SeriesRenderer Formatter.getRendererInstance(PlotType plot)
           
 

Methods in com.androidplot.ui that return types with arguments of type SeriesRenderer
abstract  Class<? extends SeriesRenderer> Formatter.getRendererClass()
           
 

Uses of SeriesRenderer in com.androidplot.xy
 

Subclasses of SeriesRenderer in com.androidplot.xy
 class BarRenderer<T extends BarFormatter>
          Renders a point as a Bar
 class BezierLineAndPointRenderer
          WARNING: This is an unfinished class.
 class LineAndPointRenderer<FormatterType extends LineAndPointFormatter>
          Renders a point as a line with the vertices marked.
 class StepRenderer
          Renders a point as a line with the vertices marked.
 class XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter>
           
 

Methods in com.androidplot.xy that return SeriesRenderer
 SeriesRenderer StepFormatter.getRendererInstance(XYPlot plot)
           
 SeriesRenderer BarFormatter.getRendererInstance(XYPlot plot)
           
abstract  SeriesRenderer XYSeriesFormatter.getRendererInstance(XYPlot plot)
          Not completely sure why this is necessary, but if it's not here then subclasses are forced to take a Plot instead of an XYPlot as a parameter, which in turn breaks the pattern.
 SeriesRenderer BezierLineAndPointFormatter.getRendererInstance(XYPlot plot)
           
 SeriesRenderer LineAndPointFormatter.getRendererInstance(XYPlot plot)
           
 

Methods in com.androidplot.xy that return types with arguments of type SeriesRenderer
 Class<? extends SeriesRenderer> StepFormatter.getRendererClass()
           
 Class<? extends SeriesRenderer> BarFormatter.getRendererClass()
           
 Class<? extends SeriesRenderer> BezierLineAndPointFormatter.getRendererClass()
           
 Class<? extends SeriesRenderer> LineAndPointFormatter.getRendererClass()
           
 



Copyright © 2010-2013 androidplot.com. All Rights Reserved.