Uses of Class
com.androidplot.ui.Formatter

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

Uses of Formatter in com.androidplot
 

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

Uses of Formatter in com.androidplot.pie
 

Subclasses of Formatter in com.androidplot.pie
 class SegmentFormatter
           
 

Uses of Formatter in com.androidplot.ui
 

Classes in com.androidplot.ui with type parameters of type Formatter
 class SeriesRenderer<PlotType extends Plot,SeriesType extends Series,SeriesFormatterType extends Formatter>
           
 

Methods in com.androidplot.ui that return Formatter
 Formatter<PlotType> Formatter.configure(android.content.Context ctx, int xmlCfgId)
           
 

Uses of Formatter in com.androidplot.xy
 

Subclasses of Formatter in com.androidplot.xy
 class BarFormatter
           
 class BezierLineAndPointFormatter
          This is an experimental class and should not currently be used in production apps.
 class LineAndPointFormatter
          Defines the visual aesthetics of an XYSeries; outline color and width, fill style, vertex size and color, shadowing, etc.
 class StepFormatter
           
 class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter>
           
 



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