Uses of Class
com.androidplot.Plot.RenderMode

Packages that use Plot.RenderMode
com.androidplot   
com.androidplot.pie   
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of Plot.RenderMode in com.androidplot
 

Methods in com.androidplot that return Plot.RenderMode
 Plot.RenderMode Plot.getRenderMode()
           
static Plot.RenderMode Plot.RenderMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Plot.RenderMode[] Plot.RenderMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.androidplot with parameters of type Plot.RenderMode
 void Plot.setRenderMode(Plot.RenderMode mode)
          Sets the render mode used by the Plot.
 

Constructors in com.androidplot with parameters of type Plot.RenderMode
Plot(android.content.Context context, String title, Plot.RenderMode mode)
          Used for programmatic instantiation.
 

Uses of Plot.RenderMode in com.androidplot.pie
 

Constructors in com.androidplot.pie with parameters of type Plot.RenderMode
PieChart(android.content.Context context, String title, Plot.RenderMode mode)
           
 

Uses of Plot.RenderMode in com.androidplot.xy
 

Constructors in com.androidplot.xy with parameters of type Plot.RenderMode
XYPlot(android.content.Context context, String title, Plot.RenderMode mode)
           
XYPlotZoomPan(android.content.Context context, String title, Plot.RenderMode mode)
           
 



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